src/FOL/ex/ROOT.ML
author wenzelm
Sun, 08 Jul 2007 19:51:58 +0200
changeset 23655 d2d1138e0ddc
parent 23156 6ec9e29143e9
child 23914 3e0424305fa4
permissions -rw-r--r--
replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;

(*  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 = theory "IFOL"  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 = theory "FOL"  and  tac = Cla.fast_tac FOL_cs 1;
time_use     "prop.ML";
time_use     "quant.ML";

time_use_thy "NatClass";

time_use_thy "IffOracle";

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