src/Pure/ML-Systems/smlnj-compiler.ML
author wenzelm
Sat, 14 Jan 2006 17:14:17 +0100
changeset 18684 38d72231b41d
parent 14981 e73f8140af78
permissions -rw-r--r--
added Isar.toplevel;

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