Copyright | (c) 2016-2024 Rudy Matela |
---|---|
License | 3-Clause BSD (see the file LICENSE) |
Maintainer | Rudy Matela <rudy@matela.com.br> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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 #