src/FOLP/ex/if.thy
author paulson
Mon, 23 Sep 1996 18:18:18 +0200
changeset 2010 0a22b9d63a18
parent 0 a5a9c433f639
permissions -rw-r--r--
Simplification of definition of synth
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