src/FOLP/folp.thy
author wenzelm
Mon, 16 Dec 1996 10:05:16 +0100
changeset 2409 f4505fe0bd22
parent 0 a5a9c433f639
permissions -rw-r--r--
Compatibility file for Standard ML of New Jersey, version 1.07.

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