-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Yet Another Binary Serialisation Library (compatibility shim) -- -- This package is a shim around cborg, exposing an interface -- compatible with the previous binary-serialise-cbor. @package binary-serialise-cbor @version 0.2.0.0 -- | Tools for reading values in a CBOR-encoded format back into ordinary -- values. module Data.Binary.Serialise.CBOR.Read deserialiseFromBytes :: (forall s. Decoder s a) -> ByteString -> Either DeserialiseFailure a