smallcheck-series-0.5.1: Extra SmallCheck series and utilities

Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.SmallCheck.Series.Instances

Description

Serial instances are provided for the following types:

By default the most exhaustive series are provided which can lead to combinatorial explosion if you are not careful. In such case, you may want to use the functions provided in the other modules in this package to create your own custom series.

Make sure the module where you import these instances will not be imported, otherwise you might get conflicts between orphan instances defined in different modules.