src/HOL/Mutabelle/mutabelle_extra.ML
changeset 56161 300f613060b0
parent 56147 9589605bcf41
child 56241 029246729dc0
--- a/src/HOL/Mutabelle/mutabelle_extra.ML	Sat Mar 15 11:57:55 2014 +0100
+++ b/src/HOL/Mutabelle/mutabelle_extra.ML	Sat Mar 15 11:59:18 2014 +0100
@@ -336,7 +336,7 @@
   filter
     (fn th => (all orelse Context.theory_name (theory_of_thm th) = Context.theory_name thy)
       (* andalso is_executable_thm thy th *))
-    (map snd (filter_out is_forbidden_theorem (Mutabelle.all_unconcealed_thms_of thy)))
+    (map snd (filter_out is_forbidden_theorem (Global_Theory.all_thms_of thy false)))
 
 fun elapsed_time description e =
   let val ({elapsed, ...}, result) = Timing.timing e ()