author | haftmann |
Wed, 21 Jan 2009 23:40:23 +0100 | |
changeset 29609 | a010aab5bed0 |
parent 29576 | 669b560fc2b9 |
child 29858 | c8cee17d7e50 |
permissions | -rw-r--r-- |
16781 | 1 |
(* Title: Pure/Tools/ROOT.ML |
16842 | 2 |
|
3 |
Miscellaneous tools and packages for Pure Isabelle. |
|
16781 | 4 |
*) |
5 |
||
24046 | 6 |
use "named_thms.ML"; |
25525 | 7 |
use "isabelle_process.ML"; |
24046 | 8 |
|
23614 | 9 |
(*basic XML support*) |
22208 | 10 |
use "xml_syntax.ML"; |
20708 | 11 |
|
29105 | 12 |
(*quickcheck needed here because of pg preferences*) |
13 |
use "../../Tools/quickcheck.ML" |