IMP/ROOT.ML
author nipkow
Fri, 02 Dec 1994 11:43:20 +0100
changeset 194 b93cc55cb7ab
parent 188 32b84b520cd3
child 230 e4cccc2dec54
permissions -rw-r--r--
small updates because datatype list is now used. In particular Nil -> []

(*  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";