diff options
| author | Pierre-Marie Pédrot | 2018-10-07 19:19:11 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-07 19:19:11 +0200 |
| commit | 9a13a86115823a24738489f0b11b692f4ed065ad (patch) | |
| tree | 4b2dc62bab2cc85f841a84cbfadb7de5a5fbb532 /pretyping/inductiveops.mli | |
| parent | d6d6291b4929bee8122d486aec15a57e5607ff18 (diff) | |
| parent | 53870b7f6890a593d1da93706f3d020a79d226e5 (diff) | |
Merge PR #8493: [api] Remove (most) 8.9 deprecated objects.
Diffstat (limited to 'pretyping/inductiveops.mli')
| -rw-r--r-- | pretyping/inductiveops.mli | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pretyping/inductiveops.mli b/pretyping/inductiveops.mli index ea34707bfc..b2e205115f 100644 --- a/pretyping/inductiveops.mli +++ b/pretyping/inductiveops.mli @@ -129,15 +129,9 @@ val allowed_sorts : env -> inductive -> Sorts.family list val has_dependent_elim : mutual_inductive_body -> bool (** Primitive projections *) -val projection_nparams : Projection.t -> int -[@@ocaml.deprecated "Use [Projection.npars]"] -val projection_nparams_env : env -> Projection.t -> int -[@@ocaml.deprecated "Use [Projection.npars]"] - val type_of_projection_knowing_arg : env -> evar_map -> Projection.t -> EConstr.t -> EConstr.types -> types - (** Extract information from an inductive family *) type constructor_summary = { @@ -152,8 +146,6 @@ val get_constructor : pinductive * mutual_inductive_body * one_inductive_body * constr list -> int -> constructor_summary val get_constructors : env -> inductive_family -> constructor_summary array -val get_projections : env -> inductive -> Projection.Repr.t array option -[@@ocaml.deprecated "Use [Environ.get_projections]"] (** [get_arity] returns the arity of the inductive family instantiated with the parameters; if recursively non-uniform parameters are not |
