aboutsummaryrefslogtreecommitdiff
path: root/tree.icl
diff options
context:
space:
mode:
authorCamil Staps2016-06-10 10:36:49 +0200
committerCamil Staps2016-06-10 15:20:38 +0200
commit97325a5ef30b63c68adaffb69a0bcfa7f1135d64 (patch)
tree3d540a204f4db970444e92cf3b35b6cd1585a5a3 /tree.icl
parentMinimalistic prover (diff)
Induction proofs using variables & assumptions
Diffstat (limited to 'tree.icl')
-rw-r--r--tree.icl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree.icl b/tree.icl
index 5472b40..e2524a9 100644
--- a/tree.icl
+++ b/tree.icl
@@ -12,7 +12,7 @@ import SmurfParse
import LaTeX
Start w
-# (_,f,w) = fopen "reverse.smf" FReadText w
+# (_,f,w) = fopen "reverse-ward.smf" FReadText w
# (pgm,f) = readFile f
# (ok,w) = fclose f w
# (Just pgm) = parse [c \\ c <-: pgm]
@@ -20,7 +20,7 @@ Start w
# tree = trace (toString tree +++ "\n") tree
= toString (toLaTeX tree)
where
- devtree pgm = fromJust (tree pgm zero { zero & input = [Lit ""] } listIO)
+ devtree pgm = fromJust (tree pgm zero { zero & input = [Lit "xy"] } listIO)
readFile :: !*File -> *(!String, !*File)
readFile f