about summary refs log tree commit diff
path: root/generic-arbitrary-export-garbitrary.patch
AgeCommit message (Collapse)AuthorFilesLines
2019-11-29 Add DerivingVia newtype for generic arbitraryGriffin Smith1-0/+12
Add a newtype, GenericArbitrary, which can be used with -XDerivingVia to derive Arbitrary instances for types with Generic, via patching generic-arbitrary to expose the underlying typeclass it uses for surfacing the type information.