Export code necessary to make Arbitrary instances
Open
feature-request
- Dominant language
- Haskell
- Stars
- 355
- Forks
- 194
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 4
Description
`Arbitrary` instances are defined as orphans in the `tests`. This is reasonable, because they're tuned to test the implementations, rather than for users. However, it might be nice to export some functions designed to allow fast `Arbitrary` instances in `QuickCheck`.
Contributor guide
Assessment
This issue has not been assessed yet.