| author | chaieb |
| Mon, 30 Aug 2004 14:40:18 +0200 | |
| changeset 15165 | a1e84e86c583 |
| parent 14527 | bc9e5587d05a |
| child 15172 | 73069e033a0b |
| permissions | -rw-r--r-- |
|
3120
c58423c20740
New directory to contain examples of (co)inductive definitions
paulson
parents:
diff
changeset
|
1 |
|
|
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
10876
diff
changeset
|
2 |
time_use_thy "Mutil"; |
| 14527 | 3 |
time_use_thy "QuoDataType"; |
|
11046
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
10876
diff
changeset
|
4 |
time_use_thy "Term"; |
|
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
10876
diff
changeset
|
5 |
time_use_thy "ABexp"; |
|
b5f5942781a0
Induct: converted some theories to new-style format;
wenzelm
parents:
10876
diff
changeset
|
6 |
time_use_thy "Tree"; |
| 11641 | 7 |
time_use_thy "Ordinals"; |
| 10876 | 8 |
time_use_thy "Sigma_Algebra"; |
|
3120
c58423c20740
New directory to contain examples of (co)inductive definitions
paulson
parents:
diff
changeset
|
9 |
time_use_thy "Comb"; |
|
c58423c20740
New directory to contain examples of (co)inductive definitions
paulson
parents:
diff
changeset
|
10 |
time_use_thy "PropLog"; |
|
c58423c20740
New directory to contain examples of (co)inductive definitions
paulson
parents:
diff
changeset
|
11 |
time_use_thy "SList"; |
|
c58423c20740
New directory to contain examples of (co)inductive definitions
paulson
parents:
diff
changeset
|
12 |
time_use_thy "LFilter"; |
| 14288 | 13 |