aboutsummaryrefslogtreecommitdiff
path: root/vernac/comInductive.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-05-20 00:47:21 +0200
committerEmilio Jesus Gallego Arias2020-06-26 14:38:10 +0200
commitd83e95cce852c5471593a27d0fdca39a262c885f (patch)
tree9117298b6f6d0a69e6863578858de27ddb23e8ba /vernac/comInductive.mli
parent7d183d8a12a03a608a3dc8a724142468b45886ac (diff)
[declare] [api] Removal of deprecated functions
The previous refactoring in `Declare` to add `CInfo.t` makes this a good moment to clean overlays up w.r.t. deprecation. All cases but one is just a matter of simple renaming, for the other the use of an internal API is replaced by newer API.
Diffstat (limited to 'vernac/comInductive.mli')
-rw-r--r--vernac/comInductive.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/vernac/comInductive.mli b/vernac/comInductive.mli
index 984581152a..9c876787a3 100644
--- a/vernac/comInductive.mli
+++ b/vernac/comInductive.mli
@@ -41,14 +41,6 @@ val do_mutual_inductive
val make_cases : Names.inductive -> string list list
-val declare_mutual_inductive_with_eliminations
- : ?primitive_expected:bool
- -> Entries.mutual_inductive_entry
- -> UnivNames.universe_binders
- -> DeclareInd.one_inductive_impls list
- -> Names.MutInd.t
- [@@ocaml.deprecated "Please use DeclareInd.declare_mutual_inductive_with_eliminations"]
-
val interp_mutual_inductive_constr
: sigma:Evd.evar_map
-> template:bool option