folds-0.6.3: Beautiful Folding

Safe HaskellTrustworthy
LanguageHaskell98

Data.Fold.L1

Synopsis

Documentation

data L1 a b Source

A Mealy Machine

Constructors

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