aboutsummaryrefslogtreecommitdiff
path: root/Logic.icl
diff options
context:
space:
mode:
authorCamil Staps2015-07-03 13:14:27 +0200
committerCamil Staps2015-07-03 13:14:57 +0200
commit7a7035a104fa0cbdf7b7977d9b33ea905f0ded11 (patch)
tree781f21881a04a38d884f06427e1369ee8e3a115f /Logic.icl
parentNicer truthtables (diff)
Cleanup
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}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-