src/FOLP/FOLP.thy
author clasohm
Mon, 05 Feb 1996 21:33:14 +0100
changeset 1477 4c51ab632cda
parent 1142 eb0e2ff8f032
child 3836 f1a1817659e6
permissions -rw-r--r--
expanded tabs

(*  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