src/FOLP/folp.thy
author wenzelm
Thu, 29 Jun 2000 22:38:30 +0200
changeset 9201 435fef035d7f
parent 0 a5a9c433f639
permissions -rw-r--r--
adapted args of IsarThy.have_theorems_i;

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