author | wenzelm |
Wed, 24 Oct 2007 20:17:50 +0200 | |
changeset 25179 | b84f3c3c27f2 |
parent 24607 | fc06b84acd81 |
child 28385 | 74c6d73a8b2e |
permissions | -rw-r--r-- |
17598 | 1 |
|
2 |
(* $Id$ *) |
|
3120
c58423c20740
New directory to contain examples of (co)inductive definitions
paulson
parents:
diff
changeset
|
3 |
|
24607 | 4 |
setmp quick_and_dirty true |
5 |
use_thy "Common_Patterns"; |
|
6 |
||
24104 | 7 |
use_thys ["Mutil", "QuoDataType", "QuoNestedDataType", "Term", |
8 |
"ABexp", "Tree", "Ordinals", "Sigma_Algebra", "Comb", "PropLog", |
|
9 |
"SList", "LFilter", "Com"]; |