src/FOL/ex/If.thy
author wenzelm
Fri, 06 Oct 2000 17:35:58 +0200
changeset 10168 50be659d4222
parent 1322 9b3d3362a048
child 14151 b8bb6a6a2c46
permissions -rw-r--r--
final tuning;

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