src/HOLCF/ex/ROOT.ML
author wenzelm
Wed, 14 Sep 1994 16:11:19 +0200
changeset 613 f9eb0f819642
parent 297 5ef75ff3baeb
child 893 f81cb7520372
permissions -rw-r--r--
removed lookup_const (use Sign.const_type instead);

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