Portability | non-portable (rank-2 polymorphism) |
---|---|
Stability | experimental |
Maintainer | Edward Kmett <[email protected]> |
Control.Functor.Extras
Description
Documentation
class PostUnfold w f whereSource
Methods
postUnfold :: w (f a) -> f (w (f a))Source
class Distributes f g whereSource
class Functor f => FunctorZero f whereSource
Instances
class FunctorZero f => FunctorPlus f whereSource
Instances
class Functor f => FunctorSplit f whereSource
Instances