Initial revision
authornipkow
Thu, 21 Jul 1994 14:05:34 +0200
changeset 481 ac0568345f88
parent 480 d74522d9437f
child 482 3a4e092ba69c
Initial revision
src/ZF/IMP/ROOT.ML
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ZF/IMP/ROOT.ML	Thu Jul 21 14:05:34 1994 +0200
@@ -0,0 +1,20 @@
+(*  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";