Portability | portable |
---|---|
Stability | provisional |
Maintainer | John Lato <jwlato@gmail.com> |
Newtype wrapper for ByteString to enable a Char-based interface Re-exported by Data.ListLike.
Written by John Lato, jwlato@gmail.com
- newtype CharString = CS {
- unCS :: ByteString
- newtype CharStringLazy = CSL {
- unCSL :: ByteString
Documentation
newtype CharString Source
Newtype wrapper around Data.ByteString.Char8.ByteString, this allows for ListLike instances with Char elements.
CS | |
|
newtype CharStringLazy Source
Newtype wrapper around Data.ByteString.Lazy.Char8.ByteString, this allows for ListLike instances with Char elements.
CSL | |
|