src/Pure/Isar/locale.ML
changeset 46893 d5bb4c212df1
parent 46881 b81f1de9f57e
child 46906 3c1787d46935
--- a/src/Pure/Isar/locale.ML	Mon Mar 12 23:16:54 2012 +0100
+++ b/src/Pure/Isar/locale.ML	Mon Mar 12 23:33:50 2012 +0100
@@ -406,7 +406,8 @@
       | SOME export => collect_mixins context (name, morph $> export) $> export);
     val morph' = transfer input $> morph $> mixin;
     val notes' =
-      Par_List.map (Element.transform_ctxt morph' o Notes o #1) (#notes (the_locale thy name));
+      grouped 50 Par_List.map
+        (Element.transform_ctxt morph' o Notes o #1) (#notes (the_locale thy name));
   in
     fold_rev (fn elem => fn res => activ_elem (Element.transform_ctxt (transfer res) elem) res)
       notes' input