src/FOLP/folp.thy
author paulson
Wed, 28 Jun 2000 10:55:38 +0200
changeset 9171 cfc6fecbb1e9
parent 0 a5a9c433f639
permissions -rw-r--r--
uses a supplied version of make_elim for addDs

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