src/Pure/ML-Systems/smlnj-compiler.ML
author ballarin
Thu, 27 Feb 2003 15:12:29 +0100
changeset 13835 12b2ffbe543a
parent 12991 1bfa0670f592
child 14981 e73f8140af78
permissions -rw-r--r--
Change to meta simplifier: congruence rules may now have frees as head of term.

(*  Title:      Pure/ML-Systems/smlnj.ML
    ID:         $Id$
    Author:     Markus Wenzel, LMU Muenchen
    License:    GPL (GNU GENERAL PUBLIC LICENSE)

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;