aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/ZSyntax.out2
-rw-r--r--test-suite/output/ZSyntax.v1
2 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/output/ZSyntax.out b/test-suite/output/ZSyntax.out
index c1a9e1161..7ef79aba4 100644
--- a/test-suite/output/ZSyntax.out
+++ b/test-suite/output/ZSyntax.out
@@ -1,2 +1,4 @@
`32`
: Z
+[f:(nat->Z)]`(f O)+0`
+ : (nat->Z)->Z
diff --git a/test-suite/output/ZSyntax.v b/test-suite/output/ZSyntax.v
index 51232158c..0f5092c41 100644
--- a/test-suite/output/ZSyntax.v
+++ b/test-suite/output/ZSyntax.v
@@ -1,2 +1,3 @@
Require ZArith.
Check `32`.
+Check [f:nat->Z]`(f O) + 0`.