IMP/ROOT.ML
changeset 252 a4dc62a46ee4
parent 251 f04b33ce250f
child 253 132634d24019
--- a/IMP/ROOT.ML	Tue Oct 24 14:59:17 1995 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-(*  Title: 	HOL/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.
-
-*)
-
-HOL_build_completed;	(*Make examples fail if HOL did*)
-
-writeln"Root file for HOL/IMP";
-proof_timing := true;
-loadpath := [".","IMP"];
-time_use_thy "Properties";
-time_use_thy "Equiv";
-
-make_chart ();   (*make HTML chart*)
-