multipass-0.1.0.2: Folding data with multiple named passes

Safe HaskellNone

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 
(Typeable2 (Thrist k), Named k) => Named (Thrist k) 
(Typeable2 (Fun k), Named k) => Named (Fun k)