summaryrefslogtreecommitdiff
path: root/test-suite/output/ZSyntax.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/ZSyntax.out')
-rw-r--r--test-suite/output/ZSyntax.out26
1 files changed, 26 insertions, 0 deletions
diff --git a/test-suite/output/ZSyntax.out b/test-suite/output/ZSyntax.out
new file mode 100644
index 00000000..0fdc5b7e
--- /dev/null
+++ b/test-suite/output/ZSyntax.out
@@ -0,0 +1,26 @@
+`32`
+ : Z
+[f:(nat->Z)]`(f O)+0`
+ : (nat->Z)->Z
+[x:positive](POS (xO x))
+ : positive->Z
+[x:positive]`(POS x)+1`
+ : positive->Z
+[x:positive](POS x)
+ : positive->Z
+[x:positive](NEG (xO x))
+ : positive->Z
+[x:positive]`(POS (xO x))+0`
+ : positive->Z
+[x:positive]`(Zopp (POS (xO x)))`
+ : positive->Z
+[x:positive]`(Zopp (POS (xO x)))+0`
+ : positive->Z
+`(inject_nat (0))+1`
+ : Z
+`0+(inject_nat (plus (0) (0)))`
+ : Z
+`(inject_nat (0)) = 0`
+ : Prop
+`0+(inject_nat (11))`
+ : Z