aboutsummaryrefslogtreecommitdiff
path: root/engine/termops.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-08 16:10:46 +0100
committerGaëtan Gilbert2019-02-11 12:56:07 +0100
commitac7169182a970c33be2e33abd43be5bf19542e2c (patch)
tree8c65962bb142c6bbbed1ff9354e63124174ba5a8 /engine/termops.mli
parent3352a5b7c4507ff8fda1f5aeba83f2e141cb7a3e (diff)
Fix #9527: unknown evar in nonterminating [fix] error.
Diffstat (limited to 'engine/termops.mli')
-rw-r--r--engine/termops.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/termops.mli b/engine/termops.mli
index 61a6ec1cd6..dea59e9efc 100644
--- a/engine/termops.mli
+++ b/engine/termops.mli
@@ -295,8 +295,11 @@ val reference_of_level : Evd.evar_map -> Univ.Level.t -> Libnames.qualid option
(** Combinators on judgments *)
val on_judgment : ('a -> 'b) -> ('a, 'a) punsafe_judgment -> ('b, 'b) punsafe_judgment
+[@@ocaml.deprecated "Use [Environ.on_judgment]."]
val on_judgment_value : ('c -> 'c) -> ('c, 't) punsafe_judgment -> ('c, 't) punsafe_judgment
+[@@ocaml.deprecated "Use [Environ.on_judgment_value]."]
val on_judgment_type : ('t -> 't) -> ('c, 't) punsafe_judgment -> ('c, 't) punsafe_judgment
+[@@ocaml.deprecated "Use [Environ.on_judgment_type]."]
(** {5 Debug pretty-printers} *)