bind-marshal-0.1: Data marshaling library that uses type level equations to optimize buffering.

Bind.Marshal.StdLib.Dynamic.ByteString.Lazy.Des

Documentation

decode_ :: forall a. DynamicDesAction Sealed Sealed Sealed LazyBSDes a -> ByteString -> aSource

with_bytestring_provider :: forall a. ByteString -> (LazyBSDes -> IO (a, LazyBSDes)) -> IO (a, ByteString)Source