diff options
author | Camil Staps | 2015-07-03 23:45:30 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-03 23:45:30 +0200 |
commit | 470ba44a86690db4ce8205818745a7d1d2f23e21 (patch) | |
tree | 02b9bc573d514dce073482863b7cb65ee6e91899 /LogicTest.icl | |
parent | Latex & Html output options (diff) |
Fix LogicTest
Diffstat (limited to 'LogicTest.icl')
-rw-r--r-- | LogicTest.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LogicTest.icl b/LogicTest.icl index 11559e7..6c13eb7 100644 --- a/LogicTest.icl +++ b/LogicTest.icl @@ -55,5 +55,5 @@ exprs_assoc = [e10,e11,e12,e13,e14,e15,e16,e17] //Start = map toString exprs_rand //Start = map toString exprs_assoc -Start = toString (truthtable e15) +Start = show Plain (compute (truthtable e15)) |