src/Pure/Tools/ROOT.ML
author haftmann
Thu, 22 Jan 2009 09:04:46 +0100
changeset 29614 1f7b1b0df292
parent 29576 669b560fc2b9
child 29858 c8cee17d7e50
permissions -rw-r--r--
simplified handling of base sort, dropped axclass

(*  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";

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