src/FOL/fol.thy
author paulson
Tue, 16 Jul 1996 15:49:46 +0200
changeset 1868 836950047d85
parent 0 a5a9c433f639
permissions -rw-r--r--
Put in minimal simpset to avoid excessive simplification, just as in revision 1.9 of HOL/indrule.ML
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