src/HOL/Tools/SMT/smt_replay.ML
changeset 74282 c2ee8d993d6a
parent 72458 b44e894796d5
child 74561 8e6c973003c8
--- a/src/HOL/Tools/SMT/smt_replay.ML	Thu Sep 09 23:07:02 2021 +0200
+++ b/src/HOL/Tools/SMT/smt_replay.ML	Fri Sep 10 14:59:19 2021 +0200
@@ -96,7 +96,8 @@
 
 fun compose (cvs, f, rule) thm =
   discharge thm
-    (Thm.instantiate ([], map (dest_Var o Thm.term_of) cvs ~~ f (Thm.cprop_of thm)) rule)
+    (Thm.instantiate
+      (TVars.empty, Vars.make (map (dest_Var o Thm.term_of) cvs ~~ f (Thm.cprop_of thm))) rule)
 
 
 (* simpset *)