src/FOLP/ex/if.thy
author paulson
Mon, 17 May 1999 10:38:08 +0200
changeset 6646 3ea726909fff
parent 0 a5a9c433f639
permissions -rw-r--r--
"component" now an infix

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