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/universes.mli | |
| parent | bf1e64fc3a79e2eff49aaeeaa966516b11f1cd9f (diff) | |
[api] A few more minor deprecation notices.
Note the problem with `create_evar_defs`.
Diffstat (limited to 'engine/universes.mli')
| -rw-r--r-- | engine/universes.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/universes.mli b/engine/universes.mli index 24613c4b91..a960099ed3 100644 --- a/engine/universes.mli +++ b/engine/universes.mli @@ -169,6 +169,7 @@ val constr_of_global : Globnames.global_reference -> constr (** ** DEPRECATED ** synonym of [constr_of_global] *) val constr_of_reference : Globnames.global_reference -> constr +[@@ocaml.deprecated "synonym of [constr_of_global]"] (** Returns the type of the global reference, by creating a fresh instance of polymorphic references and computing their instantiated universe context. (side-effect on the |
