Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Lazy version of Data.TypedEncoding.Conv.ByteString.Char8 @since 0.2.2.0
Synopsis
- pack :: (LLast xs ~ t, IsSuperset "r-ASCII" t ~ True) => Enc xs c String -> Enc xs c ByteString
- unpack :: (LLast xs ~ t, IsSuperset "r-ASCII" t ~ True) => Enc xs c ByteString -> Enc xs c String
Documentation
>>>
:set -XDataKinds -XTypeApplications -XOverloadedStrings