src/FOLP/folp.thy
author paulson
Tue, 20 Nov 2001 10:48:38 +0100
changeset 12245 3dd9aae402bb
parent 0 a5a9c433f639
permissions -rw-r--r--
Hyperreal

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