src/HOLCF/ex/ROOT.ML
author wenzelm
Tue, 27 May 1997 15:45:07 +0200
changeset 3362 0b268cff9344
parent 3154 6e20bf579edb
child 3951 d52a49a7d8f3
permissions -rw-r--r--
NJ 1.09.2x as factory default!

(*  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 "Classlib";
time_use_thy "Dnat";
time_use_thy "Dlist";
time_use_thy "Stream";
time_use_thy "Dagstuhl";
time_use_thy "Focus_ex";
time_use_thy "Fix2";
time_use_thy "Hoare";
time_use_thy "Loop";
time_use "loeckx.ML";

OS.FileSys.chDir "..";
maketest     "END: Root file for HOLCF examples";