Copyright | (c) 2016-2017 Rudy Matela |
---|---|
License | 3-Clause BSD (see the file LICENSE) |
Maintainer | Rudy Matela <[email protected]> |
Safe Haskell | None |
Language | Haskell2010 |
Test.Speculate.Pretty
Description
This module is part of Speculate.
Pretty printing of Equations, Inequalities and Conditional Equations
Documentation
prettyEquations :: [Equation] -> String Source #
prettySemiEquations :: [Equation] -> String Source #
prettyCondEquations :: [CondEquation] -> String Source #