Skip to content

Commit 59cbbdb

Browse files
committed
Fix rrename_tvsubst for types with one variable kind
1 parent b5078c7 commit 59cbbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/mrbnf_tvsubst.ML

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ fun create_tvsubst_of_mrbnf qualify fp_res models lthy =
15381538
SELECT_GOALS (length As) (EVERY1 [
15391539
K (Local_Defs.unfold0_tac ctxt (@{thm comp_def} :: maps (map snd o #IImsupps) some_defs)),
15401540
REPEAT_DETERM o resolve_tac ctxt (
1541-
@{thms cmin1 cmin2 card_of_Card_order}
1541+
@{thms ordLeq_refl cmin1 cmin2 card_of_Card_order}
15421542
@ map (fn thm => @{thm ordLess_ordLeq_trans} OF [thm]) f'_prems
15431543
@ maps (fn mrbnf => [
15441544
MRBNF_Def.Un_bound_of_mrbnf mrbnf, MRBNF_Def.UNION_bound_of_mrbnf mrbnf

0 commit comments

Comments
 (0)