src/Pure/ML-Systems/smlnj-compiler.ML
author haftmann
Sun, 23 Jul 2006 07:19:36 +0200
changeset 20183 fd546b0c8a7c
parent 14981 e73f8140af78
permissions -rw-r--r--
major simplifications for integers

(*  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;