author | wenzelm |
Mon, 29 Nov 1999 15:52:49 +0100 | |
changeset 8039 | a901bafe4578 |
parent 6349 | f7750d816c21 |
child 9000 | c20d58286a51 |
permissions | -rw-r--r-- |
1461 | 1 |
(* Title: ZF/IMP/ROOT.ML |
481 | 2 |
ID: $Id$ |
1461 | 3 |
Author: Heiko Loetzbeyer & Robert Sandner, TUM |
481 | 4 |
Copyright 1994 TUM |
5 |
||
6 |
Executes the formalization of the denotational and operational semantics of a |
|
7 |
simple while-language, including an equivalence proof. The whole development |
|
8 |
essentially formalizes/transcribes chapters 2 and 5 of |
|
9 |
||
10 |
Glynn Winskel. The Formal Semantics of Programming Languages. |
|
11 |
MIT Press, 1993. |
|
12 |
||
13 |
*) |
|
14 |
||
6349
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
wenzelm
parents:
4446
diff
changeset
|
15 |
writeln"Root file for ZF/IMP"; |
481 | 16 |
|
4446 | 17 |
set proof_timing; |
957
28a48c44ca57
Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents:
910
diff
changeset
|
18 |
time_use_thy "Equiv"; |