src/FOL/fol.thy
author paulson
Wed, 09 Oct 1996 13:32:33 +0200
changeset 2073 fb0655539d05
parent 0 a5a9c433f639
permissions -rw-r--r--
New unified treatment of sequent calculi by Sara Kalvala combines the old LK and Modal with the new ILL (Int. Linear Logic)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
FOL = IFOL +
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
rules
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
classical "(~P ==> P) ==> P"
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
end