src/FOLP/folp.thy
author paulson
Fri, 27 Sep 2002 10:35:10 +0200
changeset 13592 dfe0c7191125
parent 0 a5a9c433f639
permissions -rw-r--r--
new Ring example

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