author | wenzelm |
Wed, 20 Feb 2002 00:53:53 +0100 | |
changeset 12902 | a23dc0b7566f |
parent 12874 | 368966ceafe5 |
child 12991 | 1bfa0670f592 |
permissions | -rw-r--r-- |
(* 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 structure Control = Control; structure PrettyPrint = PrettyPrint; structure PPTable = CompilerPPTable; structure Interact = Backend.Interact; end;