diff options
| author | Gaëtan Gilbert | 2018-11-06 23:15:03 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-16 15:08:46 +0100 |
| commit | e2f1be274afa823e05c12878f9111bcfe60e3b50 (patch) | |
| tree | 049787bda6baf9aeaebeda9b3bc69ef339f89a33 /engine/termops.mli | |
| parent | fa1301c9364a3f34fa6b7d6c7e54b5a8c1db19e9 (diff) | |
Termops.iter_constr_with_full_binders = EConstr.iter_with_full_binders
Diffstat (limited to 'engine/termops.mli')
| -rw-r--r-- | engine/termops.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/termops.mli b/engine/termops.mli index 6c3d4fa612..eef8452e64 100644 --- a/engine/termops.mli +++ b/engine/termops.mli @@ -88,6 +88,7 @@ val iter_constr_with_full_binders : Evd.evar_map -> (rel_declaration -> 'a -> 'a) -> ('a -> constr -> unit) -> 'a -> constr -> unit +[@@ocaml.deprecated "Use [EConstr.iter_with_full_binders]."] (**********************************************************************) |
