src/HOL/Tools/cnf.ML
changeset 60801 7664e0916eec
parent 60759 36d9f215c982
child 67091 1393c2340eec
--- a/src/HOL/Tools/cnf.ML	Mon Jul 27 16:35:12 2015 +0200
+++ b/src/HOL/Tools/cnf.ML	Mon Jul 27 17:44:55 2015 +0200
@@ -165,7 +165,7 @@
 (* ------------------------------------------------------------------------- *)
 
 fun inst_thm thy ts thm =
-  instantiate' [] (map (SOME o Thm.global_cterm_of thy) ts) thm;
+  Thm.instantiate' [] (map (SOME o Thm.global_cterm_of thy) ts) thm;
 
 (* ------------------------------------------------------------------------- *)
 (*                         Naive CNF transformation                          *)