multipass-0.1: Folding data with multiple named passes

Safe HaskellSafe-Infered

Data.Pass.Named

Documentation

class Typeable2 k => Named k whereSource

Methods

showsFun :: Int -> k a b -> String -> StringSource

putFun :: k a b -> PutSource

hashFunWithSalt :: Int -> k a b -> IntSource

equalFun :: k a b -> k c d -> BoolSource

Instances

Named L 
Named k => Named (Thrist k) 
Named k => Named (Fun k)