src/Pure/Thy/ROOT.ML
author obua
Sun, 09 May 2004 23:04:36 +0200
changeset 14722 8e739a6eaf11
parent 11893 6b9e8820d4de
permissions -rw-r--r--
replaced apply-style proof for instance Multiset :: plus_ac0 by recommended Isar proof style

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

Theory system operations.
*)

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

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

(*theory syntax -- new format*)
use "../Isar/outer_lex.ML";

(*theory presentation*)
use "html.ML";
use "latex.ML";
use "present.ML";
use "thm_deps.ML";

(*theorem database interface*)
use "thm_database.ML";