src/FOLP/ex/If.thy
author oheimb
Wed, 12 Nov 1997 12:34:43 +0100
changeset 4206 688050e83d89
parent 0 a5a9c433f639
child 17480 fd19f77dcf60
permissions -rw-r--r--
restored last version

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