src/Pure/Thy/ROOT.ML
author wenzelm
Thu, 22 Apr 1999 18:20:37 +0200
changeset 6488 271969bb7f95
parent 6346 643a1bd31a91
child 7723 7f073ed51193
permissions -rw-r--r--
more graceful handling of load paths;

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

Theory system operations.
*)

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

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

(*theory syntax (old format)*)
use "thy_scan.ML";
use "thy_parse.ML";
use "thy_syn.ML";