From e3a0a4d58b74d2113485ceabe4235567fda962c8 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 10 Oct 2014 17:12:30 +0200 Subject: selective join/export of the safe_environment This generalizes the BuildVi flag and lets one choose which opaque proofs are done and which not. --- library/global.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/global.mli') diff --git a/library/global.mli b/library/global.mli index 8ae77a9e4..348f0be99 100644 --- a/library/global.mli +++ b/library/global.mli @@ -98,7 +98,7 @@ val universes_of_constant_body : (** {6 Compiled libraries } *) val start_library : DirPath.t -> module_path -val export : DirPath.t -> +val export : ?except:Future.UUIDSet.t -> DirPath.t -> module_path * Safe_typing.compiled_library * Safe_typing.native_library val import : Safe_typing.compiled_library -> Univ.universe_context_set -> Safe_typing.vodigest -> @@ -111,7 +111,7 @@ val import : val env_of_context : Environ.named_context_val -> Environ.env -val join_safe_environment : unit -> unit +val join_safe_environment : ?except:Future.UUIDSet.t -> unit -> unit val is_polymorphic : Globnames.global_reference -> bool val is_template_polymorphic : Globnames.global_reference -> bool -- cgit v1.2.3