Skip to content

Commit

Permalink
Fix rrename_tvsubst for types with one variable kind
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Oct 21, 2024
1 parent b5078c7 commit 59cbbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/mrbnf_tvsubst.ML
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ fun create_tvsubst_of_mrbnf qualify fp_res models lthy =
SELECT_GOALS (length As) (EVERY1 [
K (Local_Defs.unfold0_tac ctxt (@{thm comp_def} :: maps (map snd o #IImsupps) some_defs)),
REPEAT_DETERM o resolve_tac ctxt (
@{thms cmin1 cmin2 card_of_Card_order}
@{thms ordLeq_refl cmin1 cmin2 card_of_Card_order}
@ map (fn thm => @{thm ordLess_ordLeq_trans} OF [thm]) f'_prems
@ maps (fn mrbnf => [
MRBNF_Def.Un_bound_of_mrbnf mrbnf, MRBNF_Def.UNION_bound_of_mrbnf mrbnf
Expand Down

0 comments on commit 59cbbdb

Please sign in to comment.