multipass-0.1: Folding data with multiple named passes

Safe HaskellSafe-Infered

Data.Pass.Trans

Documentation

class Trans t whereSource

Methods

trans :: (Binary b, Monoid b, Typeable b) => k a b -> t k a bSource