src/ZF/IMP/ROOT.ML
author wenzelm
Thu, 11 Mar 1999 13:20:35 +0100
changeset 6349 f7750d816c21
parent 4446 097004a470fb
child 9000 c20d58286a51
permissions -rw-r--r--
removed foo_build_completed -- now handled by session management (via usedir);

(*  Title:      ZF/IMP/ROOT.ML
    ID:         $Id$
    Author:     Heiko Loetzbeyer & Robert Sandner, TUM
    Copyright   1994 TUM

Executes the formalization of the denotational and operational semantics of a
simple while-language, including an equivalence proof. The whole development
essentially formalizes/transcribes chapters 2 and 5 of

Glynn Winskel. The Formal Semantics of Programming Languages.
MIT Press, 1993.

*)

writeln"Root file for ZF/IMP";

set proof_timing;
time_use_thy "Equiv";