leancheck-0.7.7: Enumerative 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.Periodic

Contents

Description

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

This module exports a Listable instance for enumeration of periodic functions.

This module barely works and is just a sketch.

Orphan instances

(Eq a, Eq b, Listable a, Listable b) => Listable (a -> b) Source # 
Instance details

Methods

tiers :: [[a -> b]] Source #

list :: [a -> b] Source #