src/Pure/Tools/ROOT.ML
author wenzelm
Sat, 28 Feb 2009 18:00:20 +0100
changeset 30173 eabece26b89b
parent 30142 8d6145694bb5
child 30242 aea5d7fa7ef5
permissions -rw-r--r--
moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);

(*  Title:      Pure/Tools/ROOT.ML

Miscellaneous tools and packages for Pure Isabelle.
*)

use "named_thms.ML";

(*basic XML support*)
use "xml_syntax.ML";

use "find_theorems.ML";
use "find_consts.ML";

(*quickcheck/autosolve needed here because of pg preferences*)
use "../../Tools/quickcheck.ML";
use "../../Tools/auto_solve.ML";