src/Pure/Thy/export_theory.ML
changeset 70975 19818f99b4ae
parent 70974 3ee90f831805
child 70976 d86798eddc14
--- a/src/Pure/Thy/export_theory.ML	Thu Oct 31 14:29:29 2019 +0100
+++ b/src/Pure/Thy/export_theory.ML	Thu Oct 31 21:21:09 2019 +0100
@@ -255,7 +255,7 @@
     val lookup_thm_id = Global_Theory.lookup_thm_id thy;
 
     fun proof_boxes_of thm thm_id =
-      (Thm_Deps.proof_boxes
+      (Thm_Deps.thm_boxes
         {included = fn thm_id' => #serial thm_id = #serial thm_id',
          excluded = is_some o lookup_thm_id} [thm]) @ [thm_id];