src/HOLCF/ex/ROOT.ML
author wenzelm
Fri, 19 Dec 1997 10:18:58 +0100
changeset 4447 b7ee449eb345
parent 3951 d52a49a7d8f3
child 4449 df30e75f670f
permissions -rw-r--r--
log files; 'clean' target;

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