src/FOLP/ex/If.thy
author paulson
Fri, 15 Mar 1996 18:43:33 +0100
changeset 1586 d91296e4deb3
parent 0 a5a9c433f639
child 17480 fd19f77dcf60
permissions -rw-r--r--
New safe_meson_tac proves some harder theorems

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