diff -r f4be1b0d7a51 -r ef1a18e20ace src/Pure/System/scala_compiler.ML --- a/src/Pure/System/scala_compiler.ML Fri May 21 11:19:53 2021 +0200 +++ b/src/Pure/System/scala_compiler.ML Fri May 21 12:29:29 2021 +0200 @@ -65,21 +65,21 @@ val _ = Theory.setup - (Thy_Output.antiquotation_verbatim_embedded \<^binding>\scala\ + (Document_Output.antiquotation_verbatim_embedded \<^binding>\scala\ (Scan.lift Args.embedded_position) (fn _ => fn (s, pos) => (static_check (s, pos); s)) #> - Thy_Output.antiquotation_raw_embedded \<^binding>\scala_type\ + Document_Output.antiquotation_raw_embedded \<^binding>\scala_type\ (Scan.lift (Args.embedded_position -- (types >> print_types))) (fn _ => fn ((t, pos), type_args) => (static_check ("type _Test_" ^ type_args ^ " = " ^ t ^ type_args, pos); scala_name (t ^ type_args))) #> - Thy_Output.antiquotation_raw_embedded \<^binding>\scala_object\ + Document_Output.antiquotation_raw_embedded \<^binding>\scala_object\ (Scan.lift Args.embedded_position) (fn _ => fn (x, pos) => (static_check ("val _test_ = " ^ x, pos); scala_name x)) #> - Thy_Output.antiquotation_raw_embedded \<^binding>\scala_method\ + Document_Output.antiquotation_raw_embedded \<^binding>\scala_method\ (Scan.lift (class -- Args.embedded_position -- types -- args)) (fn _ => fn (((class_context, (method, pos)), method_types), method_args) => let