src/CCL/ex/ROOT.ML
author clasohm
Tue, 16 Nov 1993 14:10:19 +0100
changeset 121 d392174734e9
parent 0 a5a9c433f639
child 1000 0ad2b1da57ff
permissions -rw-r--r--
changed use_thy's parameter to exact theory name

(*  Title:      CCL/ex/ROOT
    ID:         $Id$
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Executes all examples for Classical Computational Logic
*)

CCL_build_completed;	(*Cause examples to fail if CCL did*)

writeln"Root file for CCL examples";
proof_timing := true;
time_use_thy "ex/Nat";
time_use_thy "ex/List";
time_use_thy "ex/Stream";
time_use_thy "ex/Flag";
maketest"END: Root file for CCL examples";