summaryrefslogtreecommitdiff
path: root/test-suite/output/simpl.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/simpl.out')
-rw-r--r--test-suite/output/simpl.out15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suite/output/simpl.out b/test-suite/output/simpl.out
new file mode 100644
index 00000000..73888da9
--- /dev/null
+++ b/test-suite/output/simpl.out
@@ -0,0 +1,15 @@
+1 subgoal
+
+ x : nat
+ ============================
+ x = S x
+1 subgoal
+
+ x : nat
+ ============================
+ 0 + x = S x
+1 subgoal
+
+ x : nat
+ ============================
+ x = 1 + x