Strings
From HaskellWiki
(Redirected from String)
This article is a stub. You can help by expanding it.
There are several types of strings that can be used in Haskell programs.
Contents |
1 Strings
String
[Char]
2 ByteString
ByteString
ByteString
2.1 Lazy ByteString
TODO
2.2 Strict ByteString
TODO
2.3 Data.ByteString.Char8
TODO
3 Text
For a more efficient processing of text, there isText
Text
3.1 Lazy Text
TODO
3.2 Strict Text
TODO
4 Links
- string-conversions; this package provides a simple type class for converting values of different string types into values of other string types.
- convertible-text, a text conversion package (depricated)
