src/Pure/Isar/ROOT.ML
author wenzelm
Mon, 09 Nov 1998 15:34:05 +0100
changeset 5829 0acb30dd92bc
parent 5818 962bfe78a297
child 5873 f4fe91b3b6db
permissions -rw-r--r--
The global Isabelle/Isar outer syntax.

(*  Title:      Pure/Isar/ROOT.ML
    ID:         $Id$
    Author:     Markus Wenzel, TU Muenchen

Isar -- Intelligible Semi-Automated Reasoning for Isabelle.
*)

(*proof engine*)
use "proof_context.ML";
use "proof.ML";
use "proof_data.ML";
use "args.ML";
use "attrib.ML";
use "method.ML";

(*outer syntax*)
use "outer_lex.ML";
use "outer_parse.ML";

(*interactive subsystem*)
use "proof_history.ML";
use "toplevel.ML";
use "outer_syntax.ML";

(*theory operations and syntax*)
use "isar_thy.ML";
use "isar_cmd.ML";
use "isar_syn.ML";