diff -r 2cf0b0293f0d -r 4df341249348 src/Pure/System/scala.ML --- a/src/Pure/System/scala.ML Tue May 26 12:09:36 2020 +0200 +++ b/src/Pure/System/scala.ML Tue May 26 19:59:13 2020 +0200 @@ -94,9 +94,7 @@ end; val _ = Theory.setup - (Thy_Output.antiquotation_verbatim_embedded \<^binding>\scala_function\ - (Scan.lift Parse.embedded_position) check_function #> - ML_Antiquotation.inline_embedded \<^binding>\scala_function\ + (ML_Antiquotation.inline_embedded \<^binding>\scala_function\ (Args.context -- Scan.lift Parse.embedded_position >> (uncurry check_function #> ML_Syntax.print_string)) #> ML_Antiquotation.value_embedded \<^binding>\scala\