multipass-0.1.0.2: Folding data with multiple named passes

Safe HaskellNone

Data.Pass.Step

Documentation

class Prep t => Step t whereSource

Methods

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

Instances