proton-0.0.4
Safe HaskellNone
LanguageHaskell2010

Data.Profunctor.Depending

Documentation

class Traversing p => Depending p where Source #

Methods

depend :: (forall f. Monad f => (a -> f b) -> s -> f t) -> p a b -> p s t Source #

Instances

Instances details
Monad f => Depending (Star f) Source # 
Instance details

Defined in Data.Profunctor.Depending

Methods

depend :: (forall (f0 :: Type -> Type). Monad f0 => (a -> f0 b) -> s -> f0 t) -> Star f a b -> Star f s t Source #