aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-03-01 16:34:54 +0100
committerPierre-Marie Pédrot2014-03-01 17:11:15 +0100
commit4cddb7d0765a091c6514a85475dcdd7af34aaf29 (patch)
tree90e3aa55f64c9ecb0d96e1d9d9fb68497f268fca /test-suite
parentda0db0a69a4e78841f9a8cf06ae4be17292bedbf (diff)
Never suppress the typing constraint of bound variables whose name was
reserved with Implicit Type.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/Notations2.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Notations2.out b/test-suite/output/Notations2.out
index b42ef2c511..958001c39f 100644
--- a/test-suite/output/Notations2.out
+++ b/test-suite/output/Notations2.out
@@ -10,7 +10,7 @@ end
: nat
let '(a, _, _) := (2, 3, 4) in a
: nat
-exists myx (y : bool), myx = y
+exists myx y : bool, myx = y
: Prop
fun (P : nat -> nat -> Prop) (x : nat) => exists x0, P x x0
: (nat -> nat -> Prop) -> nat -> Prop