IMP/ROOT.ML
author clasohm
Wed, 02 Nov 1994 11:50:09 +0100
changeset 156 fd1be45b64bf
parent 132 47be9d22a0d6
child 188 32b84b520cd3
permissions -rw-r--r--
added IOA to isabelle/HOL

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