src/FOL/ex/ROOT.ML
author wenzelm
Wed, 07 Jun 2006 23:34:37 +0200
changeset 19820 0d7564c798d0
parent 19819 14de4d05d275
child 22822 c1a6a2159e69
permissions -rw-r--r--
removed obsolete ML files;

(*  Title:      FOL/ex/ROOT.ML
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

Examples for First-Order Logic. 
*)

time_use_thy "First_Order_Logic";
time_use_thy "Natural_Numbers";
time_use_thy "Intro";
time_use_thy "Nat";
time_use_thy "Foundation";
time_use_thy "Prolog";

time_use_thy "Intuitionistic";

val thy = IFOL.thy  and  tac = IntPr.fast_tac 1;
time_use     "prop.ML";
time_use     "quant.ML";

writeln"\n** Classical examples **\n";
time_use_thy "Miniscope";
time_use_thy "Classical";
time_use_thy "If";

val thy = FOL.thy  and  tac = Cla.fast_tac FOL_cs 1;
time_use     "prop.ML";
time_use     "quant.ML";

time_use_thy "NatClass";

writeln"\n** Simplification examples **\n";
time_use_thy "Nat2";
time_use_thy "List";

time_use_thy "IffOracle";

(*regression test for locales -- sets several global flags!*)
time_use_thy "LocaleTest";