src/Pure/ML-Systems/smlnj-compiler.ML
author wenzelm
Thu, 09 Nov 2006 11:58:45 +0100
changeset 21261 58223c67fd8b
parent 14981 e73f8140af78
permissions -rw-r--r--
updated;

(*  Title:      Pure/ML-Systems/smlnj.ML
    ID:         $Id$
    Author:     Markus Wenzel, LMU Muenchen

Compatibility tweak for later versions of Standard ML of New Jersey 110.
*)

structure Compiler =
struct
  open Compiler;
  structure Control = Control;
  structure PrettyPrint = PrettyPrint;
  structure PPTable = CompilerPPTable;
  structure Interact = Backend.Interact;
end;