Safe Haskell | Trustworthy |
---|---|
Language | Haskell98 |
Data.Fold.R
Documentation
right folds / a reversed Moore machine
Constructors
R (r -> b) (a -> r -> r) r |
Instances
Corepresentable R # | |
Profunctor R # | |
Choice R # | |
Closed R # | |
Costrong R # | |
Folding R # | |
Scan R # | |
AsRM R # | We can convert from a lazy right fold to a monoidal fold |
AsRM1 R # | |
Cosieve R [] # | |
Monad (R a) # | |
Functor (R a) # | |
MonadFix (R a) # | |
Applicative (R a) # | |
Distributive (R a) # | |
Representable (R a) # | |
MonadZip (R a) # | |
Comonad (R a) # | |
ComonadApply (R a) # | |
Apply (R a) # | |
Bind (R a) # | |
Extend (R a) # | |
MonadReader [a] (R a) # | |
type Corep R # | |
type Rep (R a) # | |