src/FOLP/folp.thy
author wenzelm
Mon, 04 Oct 1999 21:48:23 +0200
changeset 7707 1f4b67fdfdae
parent 0 a5a9c433f639
permissions -rw-r--r--
simprocs now in IntArith;

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