src/HOLCF/ex/ROOT.ML
author wenzelm
Mon, 16 Dec 1996 10:05:16 +0100
changeset 2409 f4505fe0bd22
parent 2236 c7869a443b14
child 2570 24d7e8fb8261
permissions -rw-r--r--
Compatibility file for Standard ML of New Jersey, version 1.07.

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

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