From e8a6cf51f9671c92b90cc84473d84526e69173c8 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 23 Jul 2010 10:00:11 +0000 Subject: Some fine-tuning after removal of automatic imports of coercions in r13310 - Moved Global Set from Keep to Substitute to ensure it is activated in real time and not only after the main parts of the module - Renamed Importation into Import in option name - Made "Print Libraries" prints the modules in the importation order (which is the most relevant order for non-commutative declarations) instead of load order git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13318 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/classops.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pretyping') diff --git a/pretyping/classops.ml b/pretyping/classops.ml index 282f181ebb..9fd94c75b8 100644 --- a/pretyping/classops.ml +++ b/pretyping/classops.ml @@ -342,8 +342,8 @@ open Goptions let _ = declare_bool_option { optsync = true; - optname = "automatic importation of coercions"; - optkey = ["Automatic";"Coercions";"Importation"]; + optname = "automatic import of coercions"; + optkey = ["Automatic";"Coercions";"Import"]; optread = (fun () -> !automatically_import_coercions); optwrite = (:=) automatically_import_coercions } -- cgit v1.2.3