src/FOL/fol.thy
author oheimb
Wed, 25 Feb 1998 20:25:27 +0100
changeset 4652 d24cca140eeb
parent 0 a5a9c433f639
permissions -rw-r--r--
factored out common code of HOL/simpdata.ML and FOL/simpdata.ML concerning combination of classical reasoner and simplifier auto_tac into Provers/clasimp.ML explicitly introducing combined type clasimpset
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