src/HOLCF/ex/ROOT.ML
author paulson
Thu, 18 Jan 1996 10:38:29 +0100
changeset 1444 23ceb1dc9755
parent 1351 4a960c012383
child 1461 6bcb44e4d6e5
permissions -rw-r--r--
trivial updates

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

cd "..";
maketest     "END: Root file for HOLCF examples";