src/FOLP/ex/If.thy
changeset 0 a5a9c433f639
child 17480 fd19f77dcf60
equal deleted inserted replaced
-1:000000000000 0:a5a9c433f639
       
     1 If = FOLP +
       
     2 consts  if     :: "[o,o,o]=>o"
       
     3 rules
       
     4         if_def "if(P,Q,R) == P&Q | ~P&R"
       
     5 end