src/HOLCF/ex/ROOT.ML
author clasohm
Wed, 25 Oct 1995 12:53:24 +0100
changeset 1306 7c9c96e3621b
parent 1274 ea0668a1c0ba
child 1351 4a960c012383
permissions -rw-r--r--
added make_chart

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

make_chart ();   (*make HTML chart*)

maketest     "END: Root file for HOLCF examples";