| Copyright | (c) 2016-2018 Rudy Matela |
|---|---|
| License | 3-Clause BSD (see the file LICENSE) |
| Maintainer | Rudy Matela <rudy@matela.com.br> |
| Safe Haskell | None |
| Language | Haskell2010 |
Test.Speculate.Function
Description
This module is part of Speculate.
If should import this if you want Speculate to treat functions as data values. This exports a Listable instance for functions an a facility to define Eq and Ord instances for functions.
Please see the fun and monad examples from Speculate's source
repository for more details.