From b6111f0ace24c797df00b1f1ce238c6bfc9c4b4e Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 14 Oct 2003 10:45:13 +0000 Subject: Argument de None implicite seulement en v8 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4627 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Datatypes.v | 1 + 1 file changed, 1 insertion(+) diff --git a/theories/Init/Datatypes.v b/theories/Init/Datatypes.v index d216ac2e75..7f86f0cb99 100755 --- a/theories/Init/Datatypes.v +++ b/theories/Init/Datatypes.v @@ -51,6 +51,7 @@ Hints Resolve refl_identity : core v62. Inductive option [A:Set] : Set := Some : A -> (option A) | None : (option A). Implicits None [1]. +V7only [Implicits None [].]. (** [sum A B], equivalently [A + B], is the disjoint sum of [A] and [B] *) (* Syntax defined in Specif.v *) -- cgit v1.2.3