src/Pure/Thy/ROOT.ML
author wenzelm
Wed, 03 Feb 1999 17:29:12 +0100
changeset 6210 465cae203337
parent 5013 5b0c97631aff
child 6276 ae60af165213
permissions -rw-r--r--
tidied;

(*  Title:      Pure/Thy/ROOT.ML
    ID:         $Id$

Theory system operations.
*)

(*theory auto loader database*)
use "thy_load.ML";
use "thy_info.ML";
use "session.ML";

(*theory presentation*)
use "present.ML";
use "thm_database.ML";

(*theory syntax (old format)*)  (* FIXME rename to OldThy (!?) *)
use "thy_scan.ML";
use "thy_parse.ML";
use "thy_syn.ML";