diff -r f4be1b0d7a51 -r ef1a18e20ace src/Pure/PIDE/resources.ML --- a/src/Pure/PIDE/resources.ML Fri May 21 11:19:53 2021 +0200 +++ b/src/Pure/PIDE/resources.ML Fri May 21 12:29:29 2021 +0200 @@ -198,7 +198,7 @@ in (name, multi) end; val _ = Theory.setup - (Thy_Output.antiquotation_verbatim_embedded \<^binding>\scala_function\ + (Document_Output.antiquotation_verbatim_embedded \<^binding>\scala_function\ (Scan.lift Parse.embedded_position) (#1 oo check_scala_function) #> ML_Antiquotation.inline_embedded \<^binding>\scala_function\ (Args.context -- Scan.lift Parse.embedded_position @@ -424,11 +424,11 @@ in val _ = Theory.setup - (Thy_Output.antiquotation_verbatim_embedded \<^binding>\session\ + (Document_Output.antiquotation_verbatim_embedded \<^binding>\session\ (Scan.lift Parse.embedded_position) check_session #> - Thy_Output.antiquotation_raw_embedded \<^binding>\path\ (document_antiq check_path) (K I) #> - Thy_Output.antiquotation_raw_embedded \<^binding>\file\ (document_antiq check_file) (K I) #> - Thy_Output.antiquotation_raw_embedded \<^binding>\dir\ (document_antiq check_dir) (K I) #> + Document_Output.antiquotation_raw_embedded \<^binding>\path\ (document_antiq check_path) (K I) #> + Document_Output.antiquotation_raw_embedded \<^binding>\file\ (document_antiq check_file) (K I) #> + Document_Output.antiquotation_raw_embedded \<^binding>\dir\ (document_antiq check_dir) (K I) #> ML_Antiquotation.value_embedded \<^binding>\path\ (ML_antiq check_path) #> ML_Antiquotation.value_embedded \<^binding>\file\ (ML_antiq check_file) #> ML_Antiquotation.value_embedded \<^binding>\dir\ (ML_antiq check_dir) #>