From eec7f689159ab88d81e03b90e8ca7c23c2366084 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 22 Sep 2011 17:46:07 +0000 Subject: test-suite : an additional message displayed by Notation2.v git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14485 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/output/Notations2.out | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/output/Notations2.out b/test-suite/output/Notations2.out index ffe064e7b8..47741e439a 100644 --- a/test-suite/output/Notations2.out +++ b/test-suite/output/Notations2.out @@ -22,6 +22,7 @@ let d := 2 in ∃ z : nat, let e := 3 in let f := 4 in x + y = z + d : Prop ∀ n p : nat, n + p = 0 : Prop +Identifier 'λ' now a keyword λ n p : nat, n + p = 0 : nat -> nat -> Prop λ (A : Type) (n p : A), n = p -- cgit v1.2.3