aboutsummaryrefslogtreecommitdiff
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
authorMaxime Dénès2019-04-12 15:23:57 +0200
committerMaxime Dénès2019-04-12 15:25:09 +0200
commit478db417e1a3a493870f012495bbc7348581ac17 (patch)
treee7355bd68247bc16f02d0c077ab914bc041c257d /kernel/typeops.mli
parent38b86f40b3e2c6ce0ea77c94cf0c48efbf7c9f13 (diff)
Remove `constr_of_global_in_context`
This function seems unused.
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index cc1885f42d..c8f3e506e6 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -107,14 +107,6 @@ val type_of_global_in_context : env -> GlobRef.t -> types * Univ.AUContext.t
usage. For non-universe-polymorphic constants, it does not
matter. *)
-(** {6 Building a term from a global reference *)
-
-(** Map a global reference to a term in its local universe
- context. The term should not be used without pushing it's universe
- context in the environmnent of usage. For non-universe-polymorphic
- constants, it does not matter. *)
-val constr_of_global_in_context : env -> GlobRef.t -> types * Univ.AUContext.t
-
(** {6 Miscellaneous. } *)
(** Check that hyps are included in env and fails with error otherwise *)