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.Pretty

Description

This module is part of Speculate.

Pretty printing of Equations, Inequalities and Conditional Equations

Documentation

prettyThy :: (Equation -> Bool) -> Instances -> Thy -> String Source #

prettyEquations :: [Equation] -> String Source #

prettyShy :: (Equation -> Bool) -> Instances -> (Expr -> Expr -> Bool) -> Shy -> String Source #

prettyChy :: (CondEquation -> Bool) -> Chy -> String Source #

prettyCondEquations :: [CondEquation] -> String Source #