src/FOL/ex/If.thy
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 1322 9b3d3362a048
child 14151 b8bb6a6a2c46
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:

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