From 956eab0d8af124ef30cb4319f3798f6776919eca Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 6 May 2007 13:00:39 +0000 Subject: Nouveaux changements autour des implicites (notamment suite à discussion avec Georges) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - La notion d'insertion maximale n'est plus globale mais attachée à chaque implicite - Correction de petits bugs dans le calcul des implicites - Raffinement de la notion "sous contexte" pour l'affichage des coercions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9817 85f007b7-540e-0410-9357-904b9bb8a0f7 --- toplevel/vernacexpr.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toplevel/vernacexpr.ml') diff --git a/toplevel/vernacexpr.ml b/toplevel/vernacexpr.ml index 042ef1e85..5c1b13855 100644 --- a/toplevel/vernacexpr.ml +++ b/toplevel/vernacexpr.ml @@ -260,7 +260,7 @@ type vernac_expr = | VernacSyntacticDefinition of identifier * constr_expr * locality_flag * onlyparsing_flag | VernacDeclareImplicits of locality_flag * lreference * - explicitation list option + (explicitation * bool) list option | VernacReserve of lident list * constr_expr | VernacSetOpacity of opacity_flag * lreference list | VernacUnsetOption of Goptions.option_name -- cgit v1.2.3