author | wenzelm |
Mon, 16 Aug 1999 14:22:45 +0200 | |
changeset 7208 | 8b4acb408301 |
parent 6349 | f7750d816c21 |
child 9000 | c20d58286a51 |
permissions | -rw-r--r-- |
1465 | 1 |
(* Title: HOL/IMP/ROOT.ML |
924
806721cfbf46
new version of HOL/IMP with curried function application
clasohm
parents:
diff
changeset
|
2 |
ID: $Id$ |
1465 | 3 |
Author: Heiko Loetzbeyer, Robert Sandner, Tobias Nipkow |
936 | 4 |
Copyright 1995 TUM |
924
806721cfbf46
new version of HOL/IMP with curried function application
clasohm
parents:
diff
changeset
|
5 |
*) |
806721cfbf46
new version of HOL/IMP with curried function application
clasohm
parents:
diff
changeset
|
6 |
|
6349
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
wenzelm
parents:
4449
diff
changeset
|
7 |
writeln"Root file for HOL/IMP"; |
924
806721cfbf46
new version of HOL/IMP with curried function application
clasohm
parents:
diff
changeset
|
8 |
|
4449 | 9 |
set proof_timing; |
1696 | 10 |
time_use_thy "Expr"; |
11 |
time_use_thy "Transition"; |
|
1447 | 12 |
time_use_thy "VC"; |