Skip to content

Commit

Permalink
Merge #291
Browse files Browse the repository at this point in the history
291: Adapt to coq/coq#12653 (syntax for cumulative inductives) r=Janno a=SkySkimmer



Co-authored-by: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>
  • Loading branch information
bors[bot] and SkySkimmer committed Nov 18, 2020
2 parents 71b4b58 + ffaedda commit 6ff46f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ let declare_mind env sigma params sigs mut_constrs =
mind_entry_params;
mind_entry_universes=Evd.univ_entry ~poly:false sigma;
mind_entry_template;
mind_entry_cumulative=false;
mind_entry_variance=None;
mind_entry_private=None;
} UnivNames.empty_binders [] in
(sigma, CoqUnit.mkTT)
Expand Down

0 comments on commit 6ff46f8

Please sign in to comment.