(* ast-pp.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. *) structure ASTPP : sig val output : TextIO.outstream * AST.program -> unit end = struct structure PP = TextIOPP fun output (outS, prog) = let val ppStrm = PP.openOut {dst = outS, wid = 120} in PP.closeStream ppStrm end end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: et val ppStrm = PP.openOut {dst = outS, wid = 120} in PP.closeStream ppStrm end end