src/LCF/ex/ROOT.ML
author wenzelm
Fri, 08 May 1998 13:54:45 +0200
changeset 4905 be73ddff6c5a
parent 4446 097004a470fb
child 6349 f7750d816c21
permissions -rw-r--r--
proper thy files;

(*  Title:      LCF/ex/ROOT.ML
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1991  University of Cambridge

Some examples from Lawrence Paulson's book Logic and Computation.
*)

writeln"Root file for LCF examples";
LCF_build_completed;    (*Cause examples to fail if LCF did*)

set proof_timing;

use_thy "Ex1";
use_thy "Ex2";
use_thy "Ex3";
use_thy "Ex4";