From 753f8765dec057f24238e1d039504f92e503386a Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 11 Sep 2003 19:56:40 +0000 Subject: Suppression notations redondantes en v8 : Fst, ProjS1, Value, Ex ... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4353 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Datatypes.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theories/Init/Datatypes.v') diff --git a/theories/Init/Datatypes.v b/theories/Init/Datatypes.v index c0c999c4c..cb2c27284 100755 --- a/theories/Init/Datatypes.v +++ b/theories/Init/Datatypes.v @@ -74,8 +74,10 @@ Section projections. Definition snd := [p:(prod A B)]Cases p of (pair x y) => y end. End projections. +V7only [ Notation Fst := (fst ? ?). Notation Snd := (snd ? ?). +]. Hints Resolve pair inl inr : core v62. -- cgit v1.2.3