aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.mli
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-04-07 18:43:40 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-04-07 19:07:23 +0200
commit1522b9899b669f4fdd0fc9be1963c5e96d81a13f (patch)
treeb54e4bfd78cccc0654889206500371d44292f543 /library/global.mli
parente9c6d4cbc9973e0c46b8022fcc5a794f363d1e86 (diff)
Fixes #7192 (Print Assumptions does not enter implementation of submodules).
We fix it by looking manually for the implementation at each level of nesting rather than using the signature for the n first levels and looking for the implementation only in the n+1-th level.
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 015f4d582..b82039a0c 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -157,6 +157,8 @@ val set_strategy : Constant.t Names.tableKey -> Conv_oracle.level -> unit
(* Modifies the global state, registering new universes *)
+val current_modpath : unit -> ModPath.t
+
val current_dirpath : unit -> DirPath.t
val with_global : (Environ.env -> DirPath.t -> 'a Univ.in_universe_context_set) -> 'a