src/ZF/IMP/ROOT.ML
author paulson
Wed, 05 Nov 1997 13:14:15 +0100
changeset 4152 451104c223e2
parent 1461 6bcb44e4d6e5
child 4446 097004a470fb
permissions -rw-r--r--
Ran expandshort, especially to introduce Safe_tac

(*  Title:      ZF/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.

*)

ZF_build_completed;     (*Make examples fail if ZF did*)

writeln"Root file for ZF/IMP";
proof_timing := true;

time_use_thy "Equiv";