src/CCL/ex/ROOT.ML
author wenzelm
Wed, 14 Sep 1994 16:11:19 +0200
changeset 613 f9eb0f819642
parent 121 d392174734e9
child 1000 0ad2b1da57ff
permissions -rw-r--r--
removed lookup_const (use Sign.const_type instead);

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