src/HOLCF/ex/ROOT.ML
author regensbu
Tue, 17 Oct 1995 17:59:47 +0100
changeset 1286 ae25649cbbb1
parent 1274 ea0668a1c0ba
child 1306 7c9c96e3621b
permissions -rw-r--r--
*** empty log message ***

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

maketest     "END: Root file for HOLCF examples";