src/Pure/Tools/ROOT.ML
author wenzelm
Mon, 29 Dec 2008 18:27:33 +0100
changeset 29200 787ba47201c7
parent 29105 8f38bf68d42e
child 29576 669b560fc2b9
permissions -rw-r--r--
optional exception logging; tuned comments;

(*  Title:      Pure/Tools/ROOT.ML

Miscellaneous tools and packages for Pure Isabelle.
*)

use "named_thms.ML";
use "isabelle_process.ML";

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

(*derived theory and proof elements*)
use "invoke.ML";

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