src/FOL/ex/If.thy
author wenzelm
Thu, 15 Feb 2001 17:18:54 +0100
changeset 11145 3e47692e3a3e
parent 1322 9b3d3362a048
child 14151 b8bb6a6a2c46
permissions -rw-r--r--
eliminate get_def;

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