multipass-0.1.0.1: Folding data with multiple named passes

Safe HaskellSafe-Inferred

Data.Pass.Trans

Documentation

class Trans t whereSource

Methods

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