|
|
|
|
|
by runeks
3297 days ago
|
|
I'm not familiar with UTF-8, which -- I believe -- is what Data.Text is used to represent. Do all UTF-8 strings have a well-defined length? A list of ASCI chars obviously does (the length of the list), but I'm not sure about Data.Text.Text. |
|
https://hackage.haskell.org/package/text-1.2.2.2/docs/Data-T...
https://hackage.haskell.org/package/bytestring-0.10.8.1/docs...