hoogleSource codeContentsIndex
Data.Binary.Defer.Class
Documentation
class BinaryDefer a whereSource
Methods
put :: a -> DeferPut ()Source
get :: DeferGet aSource
size :: a -> IntSource
putFixed :: a -> DeferPut ()Source
getFixed :: DeferGet aSource
show/hide Instances
errorDeferGet :: String -> aSource
putEnumByte :: Enum a => a -> DeferPut ()Source
getEnumByte :: Enum a => DeferGet aSource
putList :: BinaryDefer a => [a] -> DeferPut ()Source
newtype Defer a Source
Constructors
Defer a
show/hide Instances
fromDefer :: Defer a -> aSource
Produced by Haddock version 2.4.2