src/Pure/Isar/outer_syntax.ML
changeset 41711 3422ae5aff3a
parent 41536 47fef6afe756
child 42012 2c3fe3cbebae
--- a/src/Pure/Isar/outer_syntax.ML	Sat Feb 05 18:09:57 2011 +0100
+++ b/src/Pure/Isar/outer_syntax.ML	Sat Feb 05 20:38:32 2011 +0100
@@ -279,7 +279,7 @@
     val spans = Source.exhaust (Thy_Syntax.span_source toks);
     val _ = List.app Thy_Syntax.report_span spans;  (* FIXME ?? *)
     val atoms = Source.exhaust (Thy_Syntax.atom_source (Source.of_list spans))
-      |> Par_List.map (prepare_atom commands init) |> flat;
+      |> Par_List.map_name "Outer_Syntax.prepare_atom" (prepare_atom commands init) |> flat;
 
     val _ = Present.theory_source name
       (fn () => HTML.html_mode (implode o map Thy_Syntax.present_span) spans);