src/ZF/IMP/ROOT.ML
author paulson
Tue, 23 May 2000 12:44:03 +0200
changeset 8934 39d0cc787d47
parent 6349 f7750d816c21
child 9000 c20d58286a51
permissions -rw-r--r--
theory file NatSum.thy no longer needed new files for the Allocator: AllocBase.{thy,ML}

(*  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";