src/FOL/ex/If.thy
author kleing
Tue, 13 May 2003 08:59:21 +0200
changeset 14024 213dcc39358f
parent 1322 9b3d3362a048
child 14151 b8bb6a6a2c46
permissions -rw-r--r--
HOL-Real -> HOL-Complex

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