src/FOLP/ex/If.thy
author paulson
Wed, 25 Sep 1996 15:03:13 +0200
changeset 2025 9acc10ac1e1d
parent 0 a5a9c433f639
child 17480 fd19f77dcf60
permissions -rw-r--r--
Prevention of Overflow exception (for SML/NJ) in gensym
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
If = FOLP +
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