src/Pure/Thy/ROOT.ML
author paulson
Wed, 05 Aug 1998 10:57:25 +0200
changeset 5253 82a5ca6290aa
parent 5013 5b0c97631aff
child 6210 465cae203337
permissions -rw-r--r--
New record type of programs

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

This file builds the theory parser and autoloading system.
*)

use "use.ML";

use "thy_scan.ML";
use "thy_parse.ML";
use "thy_syn.ML";

use "context.ML";

use "thy_info.ML";
use "browser_info.ML";
use "thm_database.ML";
use "thy_read.ML";

open ThmDatabase ThyRead ThyInfo BrowserInfo;