Skip to content

Commit

Permalink
Merge pull request #14 from SkySkimmer/sort-poly-ind
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer authored Nov 29, 2023
2 parents d0d8403 + 98b5e34 commit 1036369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lean.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ and declare_ind n { params; ty; ctors; univs } i =
in
assert (
squashy.lean_squashes
|| (Global.lookup_mind mind).mind_packets.(0).mind_kelim == InType);
|| (Global.lookup_mind mind).mind_packets.(0).mind_squashed == None);
(mind, algs, ind_name, cnames, univs, squashy)
in

Expand Down

0 comments on commit 1036369

Please sign in to comment.