title | date |
---|---|
Strings vs Text vs ByteString |
2020-05-06 |
Haskell has five string types: String
, strict and lazy Text
, and strict and lazy ByteString
.
Read Eat Haskell String Types for Breakfast for an explanation of differences between them.