Why does `showTextData` convert everything to lower case
Open
question
- Dominant language
- Haskell
- Stars
- 53
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
I was hoping `readTextData` and `showTextData` would form a nice bijection, so that I could easily derive the ability to send my custom types over the wire without too much thought, but for some reason `showTextData` converts everything to lower case, causing `readTextData` to fail.
What is the reasoning behind this? IMO the naming is a little misleading and error prone.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.