tuned;
authorwenzelm
Sun, 24 Jan 2016 15:02:29 +0100
changeset 62240 e099a94290c1
parent 62239 6ee95b93fbed
child 62241 a4a1f282bcd5
tuned;
src/Pure/ML/ml_antiquotations.ML
--- a/src/Pure/ML/ml_antiquotations.ML	Sun Jan 24 14:58:56 2016 +0100
+++ b/src/Pure/ML/ml_antiquotations.ML	Sun Jan 24 15:02:29 2016 +0100
@@ -11,7 +11,7 @@
 
 val _ = Theory.setup
  (ML_Antiquotation.value @{binding cartouche}
-    (Args.context -- Scan.lift (Parse.position Args.cartouche_input) >> (fn (ctxt, (source, pos)) =>
+    (Scan.lift Args.cartouche_input >> (fn source =>
       "Input.source true " ^ ML_Syntax.print_string (Input.text_of source) ^ " " ^
         ML_Syntax.atomic (ML_Syntax.print_range (Input.range_of source)))) #>