src/FOL/ROOT.ML
author urbanc
Mon, 19 Dec 2005 12:58:15 +0100
changeset 18436 9649e24bc10e
parent 16483 ace3c2b95353
child 18482 ac8456b4080c
permissions -rw-r--r--
added thms to perm_compose (so far only composition theorems were included where the type of the permutation was equal)

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

val banner = "First-Order Logic with Natural Deduction";

writeln banner;

use "~~/src/Provers/splitter.ML";
use "~~/src/Provers/ind.ML";
use "~~/src/Provers/hypsubst.ML";
use "~~/src/Provers/induct_method.ML";
use "~~/src/Provers/make_elim.ML";
use "~~/src/Provers/classical.ML";
use "~~/src/Provers/blast.ML";
use "~~/src/Provers/clasimp.ML";
use "~~/src/Provers/quantifier1.ML";

use_thy "FOL";