src/HOLCF/explicit_domains/ROOT.ML
author paulson
Tue, 16 Jul 1996 15:49:46 +0200
changeset 1868 836950047d85
parent 1461 6bcb44e4d6e5
child 2236 c7869a443b14
permissions -rw-r--r--
Put in minimal simpset to avoid excessive simplification, just as in revision 1.9 of HOL/indrule.ML

(*
    ID:         $Id$
    Author:     Franz Regensburger
    Copyright   1995 Technische Universitaet Muenchen

*)

HOLCF_build_completed;    (*Cause examples to fail if HOLCF did*)

writeln"Root file for HOLCF examples: explicit domain axiomatisation";
proof_timing := true;

time_use_thy "Dnat";
time_use_thy "Dnat2";
time_use_thy "Stream";
time_use_thy "Stream2";
time_use_thy "Dlist";

time_use_thy "Coind";
time_use_thy "Dagstuhl";
time_use_thy "Focus_ex";

cd "..";
maketest "END: Root file for HOLCF examples: explicit domain axiomatization";