src/FOLP/ex/If.thy
author kleing
Tue, 13 May 2003 08:59:21 +0200
changeset 14024 213dcc39358f
parent 0 a5a9c433f639
child 17480 fd19f77dcf60
permissions -rw-r--r--
HOL-Real -> HOL-Complex

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