File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ type record_field_spec = { name : Name.t; is_coercion : coercion_status; is_cano
112112
113113val lp2inductive_entry :
114114 depth :int -> empty coq_context -> constraints -> State .t -> term ->
115- State .t * (DeclareInd .default_dep_elim list * Entries .mutual_inductive_entry * Univ.ContextSet .t * UnivNames .universe_binders * (bool * record_field_spec list ) option * DeclareInd .one_inductive_impls list ) * Conversion .extra_goals
115+ State .t * (DeclareInd .default_dep_elim list * Entries .mutual_inductive_entry * Univ.ContextSet .t * UState .named_universes_entry * (bool * record_field_spec list ) option * DeclareInd .one_inductive_impls list ) * Conversion .extra_goals
116116
117117val inductive_decl2lp :
118118 depth :int -> empty coq_context -> constraints -> State .t -> (Names.MutInd .t * UVars.Instance .t * (Declarations .mutual_inductive_body * Declarations .one_inductive_body ) * (Glob_term .binding_kind list * Glob_term .binding_kind list list )) ->
Original file line number Diff line number Diff line change @@ -2101,7 +2101,7 @@ Supported attributes:
21012101 in
21022102 let () = global_push_context_set uctx in
21032103 let mind =
2104- declare_mutual_inductive_with_eliminations ~primitive_expected ~default_dep_elim me ( uentry' , ubinders ) ind_impls in
2104+ declare_mutual_inductive_with_eliminations ~primitive_expected ~default_dep_elim me univ_binders ind_impls in
21052105 let ind = mind , 0 in
21062106 let id , cids = match me .Entries. mind_entry_inds with
21072107 | [ { Entries. mind_entry_typename = id ; mind_entry_consnames = cids } ] -> id , cids
You can’t perform that action at this time.
0 commit comments