author | wenzelm |
Thu, 01 Sep 2005 00:46:14 +0200 | |
changeset 17215 | 8b969275a5d2 |
parent 13672 | b95d12325b51 |
child 24073 | 373727835757 |
permissions | -rw-r--r-- |
9143 | 1 |
goals_limit := 1; |
8011 | 2 |
|
10611 | 3 |
add_path "J"; |
4 |
add_path "JVM"; |
|
5 |
add_path "BV"; |
|
13672 | 6 |
add_path "Comp"; |
10631 | 7 |
|
12911 | 8 |
no_document use_thy "While_Combinator"; |
9 |
||
10631 | 10 |
use_thy "JTypeSafe"; |
11 |
use_thy "Example"; |
|
12441 | 12 |
use_thy "JListExample"; |
12522 | 13 |
use_thy "JVMListExample"; |
13632 | 14 |
use_thy "JVMDefensive"; |
13215 | 15 |
use_thy "LBVJVM"; |
13632 | 16 |
use_thy "BVNoTypeError"; |
12951 | 17 |
use_thy "BVExample"; |
13672 | 18 |
|
19 |
use_thy "CorrComp"; |
|
20 |
use_thy "CorrCompTp"; |