binary-orphans-1.0.2: Compatibility package for binary; provides instances
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Binary.Orphans

Orphan instances

Binary a => Binary (a) Source # 
Instance details

Methods

put :: (a) -> Put Source #

get :: Get (a) Source #

putList :: [(a)] -> Put Source #