hw-prim-0.6.3.2: Primitive functions and data types
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.FromByteString

Synopsis

Documentation

class FromByteString a where #

Class for byte-string-like datastructures

Methods

fromByteString :: ByteString -> a #

Convert a byte string to a value of type @a