diff options
Diffstat (limited to 'test-suite/output')
| -rw-r--r-- | test-suite/output/Arith.out | 4 | ||||
| -rw-r--r-- | test-suite/output/Arith.v | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/output/Arith.out b/test-suite/output/Arith.out new file mode 100644 index 0000000000..210dd6ad31 --- /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 diff --git a/test-suite/output/Arith.v b/test-suite/output/Arith.v new file mode 100644 index 0000000000..39989dfc36 --- /dev/null +++ b/test-suite/output/Arith.v @@ -0,0 +1,2 @@ +Check [n](S (S n)). +Check [n](S (plus n n)). |
