src/HOLCF/ex/ROOT.ML
author paulson
Tue, 18 Aug 1998 10:27:14 +0200
changeset 5332 cd53e59688a8
parent 4449 df30e75f670f
child 6349 f7750d816c21
permissions -rw-r--r--
ZF.thy

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