src/HOLCF/ex/ROOT.ML
author wenzelm
Mon, 02 Nov 1998 21:22:03 +0100
changeset 5791 96ab3e097732
parent 4449 df30e75f670f
child 6349 f7750d816c21
permissions -rw-r--r--
tuned;

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

time_use_thy "Dnat";
time_use_thy "Stream";
time_use_thy "Dagstuhl";
time_use_thy "Focus_ex";
time_use_thy "Fix2";
time_use_thy "Hoare";
time_use_thy "Loop";
time_use "loeckx.ML";