src/FOLP/FOLP.thy
author wenzelm
Wed, 19 Jan 1994 14:45:07 +0100
changeset 242 8fe3e66abf0c
parent 0 a5a9c433f639
child 1142 eb0e2ff8f032
permissions -rw-r--r--
commented out sig constraint of functor (for debugging purposes);

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