src/HOLCF/ex/ROOT.ML
author paulson
Tue, 16 Jul 1996 15:49:46 +0200
changeset 1868 836950047d85
parent 1461 6bcb44e4d6e5
child 2236 c7869a443b14
permissions -rw-r--r--
Put in minimal simpset to avoid excessive simplification, just as in revision 1.9 of HOL/indrule.ML

(*  Title:      HOLCF/ex/ROOT
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1994 TU Muenchen

Executes all examples for HOLCF. 
*)

HOLCF_build_completed;    (*Cause examples to fail if HOLCF did*)

writeln"Root file for HOLCF examples";
proof_timing := true;

time_use_thy "Hoare";
time_use_thy "Loop";
time_use_thy "Fix2";
time_use "loeckx.ML";

cd "..";
maketest     "END: Root file for HOLCF examples";