multipass-0.1: Folding data with multiple named passes

Safe HaskellSafe-Infered

Data.Pass.Step

Documentation

class Prep t => Step t whereSource

Methods

step :: Pass k a b -> t k a bSource

Instances