multipass-0.1.0.2: Folding data with multiple named passes

Safe HaskellNone

Data.Pass.Key

Documentation

data Key k a whereSource

Constructors

Key :: (Typeable b, Binary b, Monoid b) => Thrist k a b -> Key k a 

Instances

Named k => Eq (Key k a) 
Named k => Show (Key k a) 
Named k => Hashable (Key k a)