src/Pure/ML-Systems/smlnj-compiler.ML
author krauss
Tue, 06 Jun 2006 09:28:24 +0200
changeset 19782 48c4632e2c28
parent 14981 e73f8140af78
permissions -rw-r--r--
HOL/Tools/function_package: imporoved handling of guards, added an example

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