IMP/ROOT.ML
changeset 132 47be9d22a0d6
parent 131 41bf53133ba6
child 188 32b84b520cd3
equal deleted inserted replaced
131:41bf53133ba6 132:47be9d22a0d6
     1 (*  Title: 	ZF/IMP/ROOT.ML
     1 (*  Title: 	HOL/IMP/ROOT.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author: 	Heiko Loetzbeyer & Robert Sandner, TUM
     3     Author: 	Heiko Loetzbeyer & Robert Sandner, TUM
     4     Copyright   1994 TUM
     4     Copyright   1994 TUM
     5 
     5 
     6 Executes the formalization of the denotational and operational semantics of a
     6 Executes the formalization of the denotational and operational semantics of a
    10 Glynn Winskel. The Formal Semantics of Programming Languages.
    10 Glynn Winskel. The Formal Semantics of Programming Languages.
    11 MIT Press, 1993.
    11 MIT Press, 1993.
    12 
    12 
    13 *)
    13 *)
    14 
    14 
    15 ZF_build_completed;	(*Make examples fail if ZF did*)
    15 HOL_build_completed;	(*Make examples fail if HOL did*)
    16 
    16 
    17 writeln"Root file for ZF/IMP";
    17 writeln"Root file for HOL/IMP";
    18 proof_timing := true;
    18 proof_timing := true;
    19 loadpath := [".","IMP"];
    19 loadpath := [".","IMP"];
    20 time_use_thy "Equiv";
    20 time_use_thy "Equiv";