foldl-transduce-0.4.0.0: Transducers for foldl folds.

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Foldl.Transduce.Internal

Contents

Synopsis

Strict datatypes

data Pair a b Source

Constructors

Pair !a !b 

data Quartet a b c d Source

Constructors

Quartet !a !b !c !d 

_1of3 :: (a, b, c) -> a Source