summaryrefslogtreecommitdiff
path: root/test-suite/output/Arith.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Arith.out')
-rw-r--r--test-suite/output/Arith.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/Arith.out b/test-suite/output/Arith.out
new file mode 100644
index 00000000..210dd6ad
--- /dev/null
+++ b/test-suite/output/Arith.out
@@ -0,0 +1,4 @@
+[n:nat](S (S n))
+ : nat->nat
+[n:nat](S (plus n n))
+ : nat->nat