aboutsummaryrefslogtreecommitdiffhomepage
path: root/API/API.mli
diff options
context:
space:
mode:
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index f8fb96aa9..e8418552c 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -2713,7 +2713,6 @@ sig
val constr_of_global_in_context : Environ.env -> Globnames.global_reference -> Constr.t * Univ.AUContext.t
val type_of_global_in_context : Environ.env -> Globnames.global_reference -> Constr.t * Univ.AUContext.t
- val type_of_global_unsafe : Globnames.global_reference -> Term.types
val current_dirpath : unit -> Names.DirPath.t
val body_of_constant_body : Declarations.constant_body -> (Term.constr * Univ.AUContext.t) option