| Copyright | (c) Christian Maeder DFKI GmbH 2009 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | Christian.Maeder@dfki.de |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
Propositional.Fold
Description
folding and simplification of propositional formulas
Documentation
data FoldRecord a Source #
Constructors
| FoldRecord | |
Fields
| |
foldFormula :: FoldRecord a -> FORMULA -> a Source #
distributeAndOverOr :: FORMULA -> FORMULA Source #
flipLiterals :: FORMULA -> FORMULA Source #
distributeOrOverAnd :: FORMULA -> FORMULA Source #