Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.IPFS.Internal.UTF8
Description
UTF8 text helpers
Documentation
class Textable a where Source #
Instances
Textable ByteString Source # | |
Defined in Network.IPFS.Internal.UTF8 Methods encode :: ByteString -> Either UnicodeException Text Source # | |
Textable ByteString Source # | |
Defined in Network.IPFS.Internal.UTF8 Methods encode :: ByteString -> Either UnicodeException Text Source # |
textToLazyBS :: Text -> ByteString Source #