src/FOLP/folp.thy
author lcp
Tue, 12 Jul 1994 18:38:39 +0200
changeset 470 6cb6dd05d761
parent 0 a5a9c433f639
permissions -rw-r--r--
minor updates

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