| Copyright | (c) 2015-2018 Rudy Matela |
|---|---|
| License | 3-Clause BSD (see the file LICENSE) |
| Maintainer | Rudy Matela <rudy@matela.com.br> |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Test.LeanCheck.Function.Eq
Contents
Description
This module is part of LeanCheck, a simple enumerative property-based testing library.
A toy Eq instance for Functions.
Warning: this is only intended to be used in testing modules. Avoid importing this on modules that are used as libraries.