speculate-0.3.5: discovery of properties about Haskell functions

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

Test.Speculate.CondReason

Description

This module is part o Speculate.

Conditional equational reasoning.

Documentation

data Chy Source #

Constructors

Chy 

Fields

cfilter :: ((Expr, Expr, Expr) -> Bool) -> Chy -> Chy Source #

cdiscard :: ((Expr, Expr, Expr) -> Bool) -> Chy -> Chy Source #