Skip to content

Commit

Permalink
Adapt to coq/coq#18331 (mind_kelim -> mind_squashed)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Nov 20, 2023
1 parent d0d8403 commit 98b5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lean.ml
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 98b5e34

Please sign in to comment.