aboutsummaryrefslogtreecommitdiff
path: root/Logic.icl
diff options
context:
space:
mode:
Diffstat (limited to 'Logic.icl')
-rw-r--r--Logic.icl21
1 files changed, 0 insertions, 21 deletions
diff --git a/Logic.icl b/Logic.icl
index 24ce94d..b42eff9 100644
--- a/Logic.icl
+++ b/Logic.icl
@@ -235,24 +235,3 @@ sorted_subexprs = sort o subexprs
truthtable :: Expr -> TruthTable
truthtable e = {exprs = sorted_subexprs e ++ [e], options = all_atom_options e}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-