Provide a coherent API for automatic instances
Open
- Dominant language
- Haskell
- Stars
- 196
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
We should provide a coherent API for automatic instances in QuickFuzz and Megadeth. For instance, in the [Gif module](https://github.com/CIFASIS/QuickFuzz/blob/master/src/Gif.hs):
```
import Megadeth.DeriveShow
import DeriveArbitrary hiding (derive)
```
I think we should select one way to import the modules for this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.