src/Pure/Thy/ROOT.ML
author wenzelm
Mon, 08 Jun 1998 15:57:30 +0200
changeset 5003 f73ad32e44d3
parent 4944 a6e71e5a1004
child 5013 5b0c97631aff
permissions -rw-r--r--
Type-safe interface for theory data.

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

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

use "position.ML";
use "path.ML";
use "file.ML";
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;