src/HOLCF/ex/ROOT.ML
author nipkow
Thu, 24 Mar 1994 13:36:34 +0100
changeset 297 5ef75ff3baeb
parent 244 929fc2c63bd0
child 893 f81cb7520372
permissions -rw-r--r--
Franz fragen

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

maketest     "END: Root file for HOLCF examples";