recovered document output from 6bc199a70bf9;
authorwenzelm
Wed, 25 Nov 2020 21:08:43 +0100
changeset 72712 d76b0f29c8fd
parent 72711 9e89c2e15d36
child 72713 fabd29c73098
recovered document output from 6bc199a70bf9;
src/Pure/Thy/thy_info.ML
--- a/src/Pure/Thy/thy_info.ML	Wed Nov 25 20:48:33 2020 +0100
+++ b/src/Pure/Thy/thy_info.ML	Wed Nov 25 21:08:43 2020 +0100
@@ -56,7 +56,7 @@
 );
 
 fun apply_presentation (context: presentation_context) thy =
- (ignore (Par_List.map (fn (f, _) => f context thy (Presentation.get thy)));
+ (ignore (Presentation.get thy |> Par_List.map (fn (f, _) => f context thy));
   Output.try_protocol_message (Markup.finished_theory (Context.theory_long_name thy)) []);
 
 fun add_presentation f = Presentation.map (cons (f, stamp ()));