src/HOLCF/ex/ROOT.ML
author paulson
Mon, 23 Sep 1996 17:42:56 +0200
changeset 2003 b48f066d52dc
parent 1461 6bcb44e4d6e5
child 2236 c7869a443b14
permissions -rw-r--r--
Addition of gensym

(*  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 "Hoare";
time_use_thy "Loop";
time_use_thy "Fix2";
time_use "loeckx.ML";

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