Stop changing Show instances depending on TESTING
Open
testing
- Dominant language
- Haskell
- Stars
- 355
- Forks
- 194
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 4
Description
Currently, we use special `Show` instances when running the test suite. This seems ridiculous. We should instead export structure-revealing functions from `.Internal` modules. Even if we do so conditionally, we'll end up with less CPP than we have now.
Contributor guide
Assessment
This issue has not been assessed yet.