diff options
author | Camil Staps | 2016-06-10 10:36:49 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-10 15:20:38 +0200 |
commit | 97325a5ef30b63c68adaffb69a0bcfa7f1135d64 (patch) | |
tree | 3d540a204f4db970444e92cf3b35b6cd1585a5a3 /tree.icl | |
parent | Minimalistic prover (diff) |
Induction proofs using variables & assumptions
Diffstat (limited to 'tree.icl')
-rw-r--r-- | tree.icl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |