src/HOLCF/ex/ROOT.ML
author lcp
Tue, 25 Apr 1995 11:14:03 +0200
changeset 1072 0140ff702b23
parent 893 f81cb7520372
child 1274 ea0668a1c0ba
permissions -rw-r--r--
updated version

(*  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 "ex/Coind";
time_use_thy "ex/Hoare";
time_use_thy "ex/Loop";
time_use_thy "ex/Dagstuhl";
time_use "ex/loeckx.ML";

maketest     "END: Root file for HOLCF examples";