aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-28 14:44:57 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-28 14:44:57 +0000
commit8790f667db66efd92333ddf1e4344e8803ef078d (patch)
tree7167eacc2c16fdbd9d9c96e02ef46916afd93fd0 /library/global.mli
parentbac707973955ef64eadae24ea01e029a5394626e (diff)
Options -strongly-constructive et -strongly-classical
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4727 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/global.mli')
-rw-r--r--library/global.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/global.mli b/library/global.mli
index 72d3731df..cd7a90e18 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -49,6 +49,8 @@ val add_modtype : identifier -> module_type_entry -> kernel_name
val add_constraints : constraints -> unit
+val set_engagement : Environ.engagement -> unit
+
(*s Interactive modules and module types *)
(* Both [start_*] functions take the [dir_path] argument to create a
[mod_self_id]. This should be the name of the compilation unit. *)