haskell / haskell/text

why is `IReader` using `String` instead of `Text`?

Open
#432 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.