Copyright | (c) 2018-2022 Rudy Matela |
---|---|
License | 3-Clause BSD (see the file LICENSE) |
Maintainer | Rudy Matela <rudy@matela.com.br> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module provides Test.LeanCheck Listable
instances for types
provided by the Haskell Platform. More specifically, for types of the
following packages:
These instances are not defined in the main leancheck package to not introduce needless dependencies to LeanCheck.
These instances are defined in the following submodules:
- Test.LeanCheck.Instances.Text
- Test.LeanCheck.Instances.Natural
- Test.LeanCheck.Instances.ByteString
- Test.LeanCheck.Instances.Containers
- Test.LeanCheck.Instances.Time
- Test.LeanCheck.Instances.Array
Check the Haddock documentation of each module listed above for the full list of supported types.