src/FOL/ex/if.thy
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 0 a5a9c433f639
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
If = FOL +
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
consts  if     :: "[o,o,o]=>o"
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
rules
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
        if_def "if(P,Q,R) == P&Q | ~P&R"
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
end