folds-0.6.3: Beautiful Folding

Safe HaskellTrustworthy
LanguageHaskell98

Data.Fold.R1

Synopsis

Documentation

data R1 a b Source

A reversed Mealy machine

Constructors

forall c . R1 (c -> b) (a -> c -> c) (a -> c)