src/Pure/Tools/ROOT.ML
author haftmann
Fri, 24 Apr 2009 17:45:17 +0200
changeset 30973 304ab57afa6e
parent 30242 aea5d7fa7ef5
child 30981 6b9b93816b30
permissions -rw-r--r--
observe distinction between Pure/Tools and Tools more closely

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

use "auto_solve.ML";

(*quickcheck stub needed here because of pg preferences*)
structure Quickcheck =
struct

val auto = ref false;
val auto_time_limit = ref 5000;

end;