src/FOLP/FOLP.thy
author nipkow
Mon, 06 Dec 1993 17:05:10 +0100
changeset 189 831a9a7ab9f3
parent 0 a5a9c433f639
child 1142 eb0e2ff8f032
permissions -rw-r--r--
added rep_tsig

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