src/Pure/ML-Systems/smlnj-compiler.ML
author webertj
Thu, 22 Sep 2005 13:52:55 +0200
changeset 17581 a50a53081808
parent 14981 e73f8140af78
permissions -rw-r--r--
solver "auto" does not reverse the list of solvers anymore

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