src/FOL/ex/if.thy
author wenzelm
Mon, 23 Oct 2000 22:09:21 +0200
changeset 10307 0df0bbd7e324
parent 0 a5a9c433f639
permissions -rw-r--r--
comment out Pure-copied target;

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