src/LCF/ex/ROOT.ML
author wenzelm
Tue, 09 Mar 1999 12:08:08 +0100
changeset 6315 ed71bedf6976
parent 4905 be73ddff6c5a
child 6349 f7750d816c21
permissions -rw-r--r--
*** empty log message ***

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