src/FOLP/ex/ROOT.ML
author wenzelm
Tue, 10 Jul 2007 23:29:43 +0200
changeset 23719 ccd9cb15c062
parent 17480 fd19f77dcf60
child 25991 31b38a39e589
permissions -rw-r--r--
more markup for inner and outer syntax; added enclose;

(*  Title:      FOLP/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     "intro.ML";
time_use_thy "Nat";
time_use     "foundn.ML";

writeln"\n** Intuitionistic examples **\n";
time_use     "int.ML";

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

writeln"\n** Classical examples **\n";
time_use     "cla.ML";
time_use_thy "If";

val thy = theory "FOLP"  and  tac = Cla.fast_tac FOLP_cs 1;
time_use     "prop.ML";
time_use     "quant.ML";