diff options
author | Camil Staps | 2015-07-03 13:14:27 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-03 13:14:57 +0200 |
commit | 7a7035a104fa0cbdf7b7977d9b33ea905f0ded11 (patch) | |
tree | 781f21881a04a38d884f06427e1369ee8e3a115f /Logic.icl | |
parent | Nicer truthtables (diff) |
Cleanup
Diffstat (limited to 'Logic.icl')
-rw-r--r-- | Logic.icl | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -235,24 +235,3 @@ sorted_subexprs = sort o subexprs truthtable :: Expr -> TruthTable truthtable e = {exprs = sorted_subexprs e ++ [e], options = all_atom_options e} - - - - - - - - - - - - - - - - - - - - - |