IntersectMBO / IntersectMBO/ouroboros-consensus
Keep Show instances Read-able
Open
technical debt
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
We should maintain `read . show == id` for all types, which comes in handy in GHCi and when reproducing QuickCheck test failures. Currently, we are sometimes using `condense` while implementing `Show` instances instead of `show`.
Contributor guide
Assessment
This issue has not been assessed yet.