why is `IReader` using `String` instead of `Text`?
Open
question
- Dominant language
- Haskell
- Stars
- 421
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
`IReader` is defined as
```haskell
type IReader t a = t -> Either String (a, t)
```
What is the reason why it is using `String` instead of `Text` for the failure case?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.