ajhc-0.8.0.7: Haskell compiler that produce binary through C language

Safe HaskellNone

Support.MapBinaryInstance

Documentation

putMap :: (Binary k, Ord k, Binary v) => Map k v -> PutSource

getMap :: (Binary k, Ord k, Binary v) => Get (Map k v)Source

putSet :: (Binary a, Ord a) => Set a -> PutSource

getSet :: (Binary a, Ord a) => Get (Set a)Source