src/HOLCF/ex/ROOT.ML
author wenzelm
Fri, 07 Mar 1997 11:48:46 +0100
changeset 2754 59bd96046ad6
parent 2570 24d7e8fb8261
child 3154 6e20bf579edb
permissions -rw-r--r--
moved settings comment to build;

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