src/HOL/Library/cconv.ML
changeset 77879 dd222e2af01a
parent 74624 c2bc0180151a
--- a/src/HOL/Library/cconv.ML	Tue Apr 18 21:47:40 2023 +0200
+++ b/src/HOL/Library/cconv.ML	Tue Apr 18 22:24:48 2023 +0200
@@ -132,7 +132,7 @@
                end
              val rule = abstract_rule_thm x
              val inst = Thm.match (hd (Drule.cprems_of rule), mk_concl eq)
-             val gen = (Names.empty, Names.make_set [#1 (dest_Free v)])
+             val gen = (Names.empty, Names.make1_set (#1 (dest_Free v)))
            in
              (Drule.instantiate_normalize inst rule OF [Drule.generalize gen eq])
              |> Drule.zero_var_indexes