binary-orphans-1.0.5: Compatibility package for binary; provides instances
Safe HaskellNone
LanguageHaskell2010

Data.Binary.Orphans

Orphan instances

Binary ByteArray Source #

Since: 1.0.3

Instance details

Binary a => Binary (Solo a) Source #

Since: 1.0.2

Instance details

Methods

put :: Solo a -> Put #

get :: Get (Solo a) #

putList :: [Solo a] -> Put #