src/CCL/ex/ROOT.ML
author nipkow
Wed, 09 Sep 1998 17:34:58 +0200
changeset 5447 df03d330aeab
parent 4446 097004a470fb
child 6349 f7750d816c21
permissions -rw-r--r--
Proved and added rewrite rule (@x. x=y) = y to simpset. Strange that only the symetric version was present!

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

time_use_thy "Nat";
time_use_thy "List";
time_use_thy "Stream";
time_use_thy "Flag";