diff options
| author | Emilio Jesus Gallego Arias | 2017-11-20 03:09:43 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-11-22 11:33:58 +0100 |
| commit | 9f47342d890dc3ef7f4950004513a47d940af5ca (patch) | |
| tree | cfcd56e7e022fd2b416a815af5635296c6cd78c5 /engine/evarutil.mli | |
| parent | bf1e64fc3a79e2eff49aaeeaa966516b11f1cd9f (diff) | |
[api] A few more minor deprecation notices.
Note the problem with `create_evar_defs`.
Diffstat (limited to 'engine/evarutil.mli')
| -rw-r--r-- | engine/evarutil.mli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/evarutil.mli b/engine/evarutil.mli index 62288ced46..42f2d5f25a 100644 --- a/engine/evarutil.mli +++ b/engine/evarutil.mli @@ -238,7 +238,8 @@ val subterm_source : existential_key -> Evar_kinds.t Loc.located -> val meta_counter_summary_name : string -(** Deprecater *) - +(** Deprecated *) type type_constraint = types option +[@@ocaml.deprecated "use the version in Evardefine"] type val_constraint = constr option +[@@ocaml.deprecated "use the version in Evardefine"] |
