author | nipkow |
Mon, 04 Jan 1999 15:07:47 +0100 | |
changeset 6055 | fdf4638bf726 |
parent 5323 | 028e00595280 |
child 6349 | f7750d816c21 |
permissions | -rw-r--r-- |
1465 | 1 |
(* Title: HOL/Lex/ROOT.ML |
1344 | 2 |
ID: $Id$ |
1465 | 3 |
Author: Tobias Nipkow |
4832 | 4 |
Copyright 1998 TUM |
1344 | 5 |
*) |
6 |
||
1465 | 7 |
HOL_build_completed; (*Make examples fail if HOL did*) |
1344 | 8 |
|
9 |
use_thy"AutoChopper"; |
|
4137
2ce2e659c2b1
Added an alternativ version of AutoChopper and a theory for the conversion of
nipkow
parents:
1465
diff
changeset
|
10 |
use_thy"AutoChopper1"; |
4712 | 11 |
use_thy"AutoMaxChop"; |
4907
0eb6730de30f
Reshuffeling, renaming and a few simple corollaries.
nipkow
parents:
4832
diff
changeset
|
12 |
(* Do not swap the next two use_thy's. |
4832 | 13 |
There is some interference, probably via claset() or simpset(). |
14 |
Or via ML-bound names of axioms that are overwritten? |
|
15 |
*) |
|
16 |
use_thy"RegSet_of_nat_DA"; |
|
5323 | 17 |
use_thy"RegExp2NA"; |
4907
0eb6730de30f
Reshuffeling, renaming and a few simple corollaries.
nipkow
parents:
4832
diff
changeset
|
18 |
use_thy"RegExp2NAe"; |
0eb6730de30f
Reshuffeling, renaming and a few simple corollaries.
nipkow
parents:
4832
diff
changeset
|
19 |
use_thy"Scanner"; |