IMP/ROOT.ML
author clasohm
Tue, 24 Oct 1995 14:59:17 +0100
changeset 251 f04b33ce250f
parent 241 b67c8e01ae04
permissions -rw-r--r--
added calls of init_html and make_chart

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