From 6e2ca58652b23415cba082c4be77823f182d14ba Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 2 Apr 2008 16:23:10 +0000 Subject: Minor fixes. Use expanded type in class_tactics for Morphism search, to alleviate some problems with delta. Better precedence in lambda notation. Temporarily deactivate notations for relation conjunction, equivalence and so on, while we search for a better syntax and maybe a generalization (fixes bug #1820). Better destruct_call in Program.Tactics. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10742 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Program/Syntax.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Program/Syntax.v') diff --git a/theories/Program/Syntax.v b/theories/Program/Syntax.v index dd8536d572..a518faa570 100644 --- a/theories/Program/Syntax.v +++ b/theories/Program/Syntax.v @@ -15,7 +15,7 @@ (** Unicode lambda abstraction, does not work with factorization of lambdas. *) -Notation " 'λ' x : T , y " := (fun x:T => y) (at level 100, x,T,y at level 10, no associativity) : program_scope. +Notation " 'λ' x : T , y " := (fun x:T => y) (at level 100, x,T at level 10, y at next level, no associativity) : program_scope. (** Notations for the unit type and value. *) -- cgit v1.2.3