changeset 79232 | 99bc2dd45111 |
parent 78140 | 90a43a9b3605 |
child 79411 | 700d4f16b5f2 |
--- a/src/Pure/Isar/code.ML Sun Dec 10 12:54:52 2023 +0100 +++ b/src/Pure/Isar/code.ML Sun Dec 10 13:39:40 2023 +0100 @@ -1386,7 +1386,7 @@ o Term.map_types Type.strip_sorts o fst o Logic.dest_equals o Thm.plain_prop_of o Thm.transfer thy; val args = args_of thm; - val incr_idx = Logic.incr_indexes ([], [], Thm.maxidx_of thm + 1); + val incr_idx = Logic.incr_indexes ([], Thm.maxidx_of thm + 1); fun matches_args args' = let val k = length args' - length args