| author | boehmes |
| Wed, 17 Mar 2010 19:55:07 +0100 | |
| changeset 35815 | 10e723e54076 |
| parent 32871 | 36fa392ba61a |
| child 37875 | 496d723516e6 |
| permissions | -rw-r--r-- |
| 7373 | 1 |
(* Title: Admin/Benchmarks/HOL-datatype/ROOT.ML |
|
7013
8a7fb425e04a
Some rather large datatype examples (from John Harrison).
berghofe
parents:
diff
changeset
|
2 |
|
|
15661
9ef583b08647
reverted renaming of Some/None in comments and strings;
wenzelm
parents:
15531
diff
changeset
|
3 |
Some rather large datatype examples (from John Harrison). |
|
7013
8a7fb425e04a
Some rather large datatype examples (from John Harrison).
berghofe
parents:
diff
changeset
|
4 |
*) |
|
8a7fb425e04a
Some rather large datatype examples (from John Harrison).
berghofe
parents:
diff
changeset
|
5 |
|
| 7373 | 6 |
val tests = ["Brackin", "Instructions", "SML", "Verilog"]; |
7 |
||
| 32871 | 8 |
Unsynchronized.set timing; |
| 7373 | 9 |
|
| 32870 | 10 |
warning "\nset quick_and_dirty\n"; Unsynchronized.set quick_and_dirty; |
| 16692 | 11 |
List.app time_use_thy tests; |
| 7373 | 12 |
|
| 32870 | 13 |
warning "\nreset quick_and_dirty\n"; Unsynchronized.reset quick_and_dirty; |
| 27641 | 14 |
List.app ThyInfo.remove_thy tests; |
| 16692 | 15 |
List.app time_use_thy tests; |