diff options
Diffstat (limited to 'pretyping/indrec.mli')
| -rw-r--r-- | pretyping/indrec.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/indrec.mli b/pretyping/indrec.mli index e28331848c..14b9cd5e16 100644 --- a/pretyping/indrec.mli +++ b/pretyping/indrec.mli @@ -46,7 +46,7 @@ val type_rec_branches : bool -> env -> evar_map -> inductive_type val make_rec_branch_arg : env -> evar_map -> int * ('b * constr) option array * int -> - constr -> constructor_summary -> recarg list -> constr + constr -> constructor_summary -> wf_paths list -> constr (* *) val declare_eliminations : mutual_inductive -> unit |
