src/Pure/Thy/thy_output.ML
changeset 55550 bcc643ac071a
parent 55526 39708e59f4b0
child 55561 88c40aff747d
equal deleted inserted replaced
55549:5c40782f68b3 55550:bcc643ac071a
   186     else implode (map expand ants)
   186     else implode (map expand ants)
   187   end;
   187   end;
   188 
   188 
   189 
   189 
   190 fun check_text (txt, pos) state =
   190 fun check_text (txt, pos) state =
   191  (Position.report pos Markup.document_source;
   191  (Position.report pos Markup.language_document;
   192   if Toplevel.is_skipped_proof state then ()
   192   if Toplevel.is_skipped_proof state then ()
   193   else ignore (eval_antiquote (#1 (Keyword.get_lexicons ())) state (txt, pos)));
   193   else ignore (eval_antiquote (#1 (Keyword.get_lexicons ())) state (txt, pos)));
   194 
   194 
   195 
   195 
   196 
   196