src/HOL/IMP/ROOT.ML
author clasohm
Tue, 24 Oct 1995 14:50:24 +0100
changeset 1296 ae31bb7774a7
parent 1165 97b2bb5d43c3
child 1340 71b0a5d83347
permissions -rw-r--r--
added calls of init_html and make_chart

(*  Title: 	HOL/IMP/ROOT.ML
    ID:         $Id$
    Author: 	Heiko Loetzbeyer, Robert Sandner, Tobias Nipkow
    Copyright   1995 TUM

The formalization of the denotational, operational and axiomatic semantics of
a simple while-language, including
(1) an equivalence proof between denotational and operational semantics and
(2) the derivation of the Hoare rules from the denotational semantics.
The whole development essentially formalizes/transcribes chapters 2, 5 and 6 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";
time_use_thy "Hoare";

make_chart ();   (*make HTML chart*)