| Safe Haskell | Trustworthy |
|---|---|
| Language | Haskell98 |
Data.Fold.L
Documentation
A Moore Machine
Constructors
| L (r -> b) (r -> a -> r) r |
Instances
| Profunctor L # | |
| Corepresentable L # | |
| Choice L # | |
| Closed L # | |
Defined in Data.Fold.L | |
| Costrong L # | |
| Folding L # | |
| Scan L # | |
| AsL' L # | We can convert from a lazy left folding to a strict left folding. |
| AsL1' L # | |
| AsRM L # | We can convert from a lazy left folding to a right or monoidal fold |
| AsRM1 L # | |
| Cosieve L [] # |
|
Defined in Data.Fold.L | |
| Monad (L a) # | |
| Functor (L a) # | |
| MonadFix (L a) # | |
Defined in Data.Fold.L | |
| Applicative (L a) # | |
| Distributive (L a) # | |
| Representable (L a) # | |
| MonadZip (L a) # | |
| Comonad (L a) # | |
| ComonadApply (L a) # | |
| Apply (L a) # | |
| Bind (L a) # | |
| Extend (L a) # | |
| MonadReader [a] (L a) # | |
| type Corep L # | |
Defined in Data.Fold.L | |
| type Rep (L a) # | |
Defined in Data.Fold.L | |