src/FOLP/FOLP.thy
author oheimb
Fri, 31 Jan 1997 15:54:00 +0100
changeset 2567 7a28e02e10b7
parent 1477 4c51ab632cda
child 3836 f1a1817659e6
permissions -rw-r--r--
added addloop (and also documentation of addsolver

(*  Title:      FOLP/FOLP.thy
    ID:         $Id$
    Author:     Martin D Coen, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

Classical First-Order Logic with Proofs
*)

FOLP = IFOLP +
consts
  cla :: "[p=>p]=>p"
rules
  classical "(!!x.x:~P ==> f(x):P) ==> cla(f):P"
end