(* translate.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Translate AST code into the IL representation. *) structure Translate : sig val translate : AST.program -> ?? end = struct structure VMap = Var.Map end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: te : sig val translate : AST.program -> ?? end = struct structure VMap = Var.Map end