src/FOLP/FOLP.thy
author lcp
Fri, 02 Jun 1995 10:38:48 +0200
changeset 1142 eb0e2ff8f032
parent 0 a5a9c433f639
child 1477 4c51ab632cda
permissions -rw-r--r--
Corrected comments in headers

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