aboutsummaryrefslogtreecommitdiff
path: root/engine/termops.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-09-18 15:22:12 +0200
committerEmilio Jesus Gallego Arias2018-10-06 14:32:23 +0200
commit53870b7f6890a593d1da93706f3d020a79d226e5 (patch)
tree0f6e1afa1ca58611e6a12596ef10c88359b8045e /engine/termops.mli
parent371566f7619aed79aad55ffed6ee0920b961be6e (diff)
[api] Remove (most) 8.9 deprecated objects.
A few of them will be of help for future cleanups. We have spared the stuff in `Names` due to bad organization of this module following the split from `Term`, which really difficult things removing the constructors.
Diffstat (limited to 'engine/termops.mli')
-rw-r--r--engine/termops.mli12
1 files changed, 0 insertions, 12 deletions
diff --git a/engine/termops.mli b/engine/termops.mli
index 0e5d564d3f..64e3977d68 100644
--- a/engine/termops.mli
+++ b/engine/termops.mli
@@ -335,16 +335,4 @@ val pr_rel_decl : env -> Constr.rel_declaration -> Pp.t
val print_rel_context : env -> Pp.t
val print_env : env -> Pp.t
-val print_constr : constr -> Pp.t
-[@@deprecated "use print_constr_env"]
-
end
-
-val print_constr : constr -> Pp.t
-[@@deprecated "This is an internal, debug printer. WARNING, it is *extremely* likely that you want to use [Printer.pr_econstr_env] instead"]
-
-val print_constr_env : env -> Evd.evar_map -> constr -> Pp.t
-[@@deprecated "This is an internal, debug printer. WARNING, it is *extremely* likely that you want to use [Printer.pr_econstr_env] instead"]
-
-val print_rel_context : env -> Pp.t
-[@@deprecated "This is an internal, debug printer. WARNING, this function is not suitable for plugin code, if you still want to use it then call [Internal.print_rel_context] instead"]