speculate-0.2.3: discovery of properties about Haskell functions

Safe HaskellNone
LanguageHaskell2010

Test.Speculate.Pretty

Description

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 #