src/HOLCF/ex/ROOT.ML
author wenzelm
Tue, 05 Oct 1999 15:26:10 +0200
changeset 7714 e6aa4fca983e
parent 6349 f7750d816c21
child 9000 c20d58286a51
permissions -rw-r--r--
added position;

(*  Title:      HOLCF/ex/ROOT
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1994 TU Muenchen

Executes all examples for HOLCF. 
*)

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