leancheck-0.7.1: Cholesterol-free property-based testing

Copyright(c) 2015-2018 Rudy Matela
License3-Clause BSD (see the file LICENSE)
MaintainerRudy Matela <rudy@matela.com.br>
Safe HaskellNone
LanguageHaskell2010

Test.LeanCheck.Function.Listable

Description

This module is part of LeanCheck, a simple enumerative property-based testing library.

This module exports a Listable instance for functions.

LeanCheck provides several alternative definitions of Listable functions:

Take care: all the above Listable instances are experimental. Only one of the above can be imported at a time.

Warning: this is only intended to be used in testing modules. Avoid importing this on modules that are used as libraries.