| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Monad.Free
Documentation
Instances
| Functor f => Monad (Free f) Source # | |
| Functor f => Functor (Free f) Source # | |
| Functor f => Applicative (Free f) Source # | |
| Foldable f => Foldable (Free f) Source # | |
| Traversable f => Traversable (Free f) Source # | |
| Eq1 f => Eq1 (Free f) Source # | |
| Ord1 f => Ord1 (Free f) Source # | |
| Read1 f => Read1 (Free f) Source # | |
| Show1 f => Show1 (Free f) Source # | |
| (Eq a, Eq1 f) => Eq (Free f a) Source # | |
| (Ord a, Ord1 f) => Ord (Free f a) Source # | |
| (Read a, Read1 f) => Read (Free f a) Source # | |
| (Show a, Show1 f) => Show (Free f a) Source # | |