src/Pure/Isar/ROOT.ML
author wenzelm
Wed, 02 Aug 2006 22:27:02 +0200
changeset 20308 ddb7e7129481
parent 19466 29bc35832a77
child 20333 9b406cb9d010
permissions -rw-r--r--
added tactical result; simplified obtain_export: no Seq.seq, no lifting of result prems; tuned;

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

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

(*proof context*)
use "object_logic.ML";
use "rule_cases.ML";
use "auto_bind.ML";
use "local_syntax.ML";
use "proof_context.ML";
use "local_defs.ML";

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

(*basic proof engine*)
use "proof_display.ML";
use "args.ML";
use "attrib.ML";
use "context_rules.ML";
use "skip_proof.ML";
use "method.ML";
use "proof.ML";
use "element.ML";
use "net_rules.ML";
use "induct_attrib.ML";

(*derived theory and proof elements*)
use "calculation.ML";
use "obtain.ML";
use "locale.ML";
use "../axclass.ML";
use "local_theory.ML";
use "specification.ML";
use "constdefs.ML";

(*outer syntax*)
use "antiquote.ML";
use "outer_parse.ML";
use "outer_keyword.ML";

(*toplevel environment*)
use "proof_history.ML";
use "toplevel.ML";

(*theory presentation*)
use "term_style.ML";
use "isar_output.ML";

(*theory syntax*)
use "thy_header.ML";
use "session.ML";
use "../old_goals.ML";
use "outer_syntax.ML";

(*theory and proof operations*)
use "../simplifier.ML";
use "find_theorems.ML";
use "isar_thy.ML";
use "isar_cmd.ML";
use "isar_syn.ML";