src/FOLP/ex/If.thy
author paulson
Wed, 25 Aug 1999 11:01:09 +0200
changeset 7344 d54e871d77e0
parent 0 a5a9c433f639
child 17480 fd19f77dcf60
permissions -rw-r--r--
new guarantees laws; also better natural deduction style for old ones

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