diff options
author | Camil Staps | 2015-07-03 17:24:29 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-03 17:32:30 +0200 |
commit | e7eddf78e5fc3c9621b4e819d98e406dd9cb4748 (patch) | |
tree | 87c455f97f1211fdd227d374dcece9c5fb50d20e /Logic.dcl | |
parent | Parser; cleanup (diff) |
Improved parser
Diffstat (limited to 'Logic.dcl')
-rw-r--r-- | Logic.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ subexprs :: Expr -> [Expr] // Subexpressions of an expression sorted_subexprs :: (Expr -> [Expr]) // Similar, but roughly sorted by complexity simple_truthtable :: Expr -> TruthTable // Simple truthtable: only the atomic expression and the expression itself +simple_truthtable_n :: [Expr] -> TruthTable // Simple truthtable with multiple expressions truthtable :: Expr -> TruthTable // Truthtable from an expression parse :: String -> Expr // Parse a string into an expression |