src/LCF/ex/ROOT.ML
author wenzelm
Thu, 11 Mar 1999 13:20:35 +0100
changeset 6349 f7750d816c21
parent 4905 be73ddff6c5a
child 9000 c20d58286a51
permissions -rw-r--r--
removed foo_build_completed -- now handled by session management (via usedir);

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

set proof_timing;
use_thy "Ex1";
use_thy "Ex2";
use_thy "Ex3";
use_thy "Ex4";