Safe Haskell | None |
---|---|
Language | Haskell2010 |
- class FromByteString a where
Documentation
class FromByteString a where Source #
Class for byte-string-like datastructures
fromByteString :: ByteString -> a Source #
Convert a byte string to a value of type @a
Safe Haskell | None |
---|---|
Language | Haskell2010 |
class FromByteString a where Source #
Class for byte-string-like datastructures
fromByteString :: ByteString -> a Source #
Convert a byte string to a value of type @a