ProgTutorial/antiquote_setup.ML
changeset 255 ef1da1abee46
parent 209 17b1512f51af
child 256 1fb8d62c88a0
--- a/ProgTutorial/antiquote_setup.ML	Fri May 29 12:15:48 2009 +0200
+++ b/ProgTutorial/antiquote_setup.ML	Sat May 30 11:12:46 2009 +0200
@@ -40,7 +40,7 @@
   #> string_explode "";
 
 (* output function *)
-fun output_fn txt =  Chunks.output (map Pretty.str txt)
+fun output_fn txt =  OutputFN.output txt
 
 (* checks and prints open expressions *)
 fun output_ml {context = ctxt, ...} (txt, ovars) =