aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Notations3.out
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-07-16 21:41:24 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-07-17 09:35:51 +0200
commit91f44b164c5d9fa170a8faa7227aff08c1335861 (patch)
tree80c2a5cd8289123457436790cf7d8e297727ec2e /test-suite/output/Notations3.out
parent45f61ca74808f8b34dcd558b7c85528725e2e35f (diff)
Fixing printing of notations with several instances of a recursive pattern.
Diffstat (limited to 'test-suite/output/Notations3.out')
-rw-r--r--test-suite/output/Notations3.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/output/Notations3.out b/test-suite/output/Notations3.out
new file mode 100644
index 000000000..b3d2580ac
--- /dev/null
+++ b/test-suite/output/Notations3.out
@@ -0,0 +1,8 @@
+[<0, 2 >]
+ : nat * nat * (nat * nat)
+[<0, 2 >]
+ : nat * nat * (nat * nat)
+(0, 2, (2, 2))
+ : nat * nat * (nat * nat)
+pair (pair O (S (S O))) (pair (S (S O)) O)
+ : prod (prod nat nat) (prod nat nat)