From 1c1718adef3fd0562a6ff046f4b79cfc0012413d Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 28 Oct 2003 19:37:10 +0000 Subject: Passage de la notations de paire dans core_scope git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4737 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Datatypes.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Init/Datatypes.v b/theories/Init/Datatypes.v index bbc59da42b..72758ffe0a 100755 --- a/theories/Init/Datatypes.v +++ b/theories/Init/Datatypes.v @@ -78,7 +78,7 @@ Inductive prod [A,B:Set] : Set := pair : A -> B -> (prod A B). Add Printing Let prod. Notation "x * y" := (prod x y) : type_scope. -Notation "( x , y )" := (pair ? ? x y) V8only "x , y". +Notation "( x , y )" := (pair ? ? x y) : core_scope V8only "x , y". Section projections. Variables A,B:Set. -- cgit v1.2.3