diff options
-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)) |