author | haftmann |
Mon, 16 Feb 2009 19:11:55 +0100 | |
changeset 29940 | 83b373f61d41 |
parent 29858 | c8cee17d7e50 |
child 30142 | 8d6145694bb5 |
child 30240 | 5b25fee0362c |
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 |
|
29858
c8cee17d7e50
Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
kleing
parents:
29576
diff
changeset
|
12 |
(*quickcheck/autosolve needed here because of pg preferences*) |
c8cee17d7e50
Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
kleing
parents:
29576
diff
changeset
|
13 |
use "../../Tools/quickcheck.ML"; |
c8cee17d7e50
Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
kleing
parents:
29576
diff
changeset
|
14 |
use "../../Tools/auto_solve.ML"; |