input-output-hk / input-output-hk/constrained-generators
Improve pretty-printing of errors
Open
- Dominant language
- Haskell
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We currently store and deal with errors using a list of strings as lines. This doesn't mix very well with pretty-printing of error messages.
It would be nice to use `Doc` instead of this to make the error messages nicer and easier to nest properly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.