src/Pure/Isar/element.ML
changeset 77879 dd222e2af01a
parent 77863 760515c45864
child 78041 1828b174768e
--- a/src/Pure/Isar/element.ML	Tue Apr 18 21:47:40 2023 +0200
+++ b/src/Pure/Isar/element.ML	Tue Apr 18 22:24:48 2023 +0200
@@ -207,7 +207,7 @@
     SOME C =>
       let
         val thesis = Var ((Auto_Bind.thesisN, Thm.maxidx_of th + 1), fastype_of C);
-        val insts = (TVars.empty, Vars.make [(Term.dest_Var C, Thm.cterm_of ctxt thesis)]);
+        val insts = (TVars.empty, Vars.make1 (Term.dest_Var C, Thm.cterm_of ctxt thesis));
         val th' = Thm.instantiate insts th;
       in (th', true) end
   | NONE => (th, false));