diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/inductiveops.ml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pretyping/inductiveops.ml b/pretyping/inductiveops.ml index 2da3748d5d..a64c553899 100644 --- a/pretyping/inductiveops.ml +++ b/pretyping/inductiveops.ml @@ -88,10 +88,9 @@ let mis_constr_nargs_env env (kn,i) = let make_case_info env ind style pats_source = let (mib,mip) = Inductive.lookup_mind_specif env ind in let print_info = - { cnames = mip.mind_consnames; - ind_nargs = mip.mind_nrealargs; + { ind_nargs = mip.mind_nrealargs; style = style; - source =pats_source } in + source = pats_source } in { ci_ind = ind; ci_npar = mip.mind_nparams; ci_pp_info = print_info } |
