src/FOLP/ex/If.thy
author wenzelm
Tue, 20 May 1997 19:29:50 +0200
changeset 3257 4e3724e0659f
parent 0 a5a9c433f639
child 17480 fd19f77dcf60
permissions -rw-r--r--
README generation;

If = FOLP +
consts  if     :: "[o,o,o]=>o"
rules
        if_def "if(P,Q,R) == P&Q | ~P&R"
end