hw-prim-0.6.2.10: Primitive functions and data types

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.FromByteString

Synopsis

Documentation

class FromByteString a where Source #

Class for byte-string-like datastructures

Minimal complete definition

fromByteString

Methods

fromByteString :: ByteString -> a Source #

Convert a byte string to a value of type @a