src/Pure/ML-Systems/smlnj-compiler.ML
author berghofe
Thu, 10 Feb 2005 10:43:57 +0100
changeset 15517 3bc57d428ec1
parent 14981 e73f8140af78
permissions -rw-r--r--
Subscripts for theorem lists now start at 1.

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