src/ZF/IMP/ROOT.ML
author lcp
Wed, 15 Mar 1995 11:01:08 +0100
changeset 957 28a48c44ca57
parent 910 822e57491612
child 1296 ae31bb7774a7
permissions -rw-r--r--
Removed exception handlers, as they are now in ZF/Makefile.

(*  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.

*)

ZF_build_completed;	(*Make examples fail if ZF did*)

writeln"Root file for ZF/IMP";
proof_timing := true;
loadpath := [".","IMP"];
time_use_thy "Equiv";