src/FOLP/folp.thy
author mueller
Thu, 22 Apr 1999 11:09:05 +0200
changeset 6471 08d12ef5fc19
parent 0 a5a9c433f639
permissions -rw-r--r--
added translation from IOA to mucalculus and corresponding modelchecker examples;

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