src/FOL/FOL.thy
author wenzelm
Thu, 27 May 1999 20:45:20 +0200
changeset 6742 6b5cb872d997
parent 5887 0864c6578d16
child 7355 4c43090659ca
permissions -rw-r--r--
improved undo / kill operations;


FOL = IFOL +

rules
  classical "(~P ==> P) ==> P"

setup ClasetThyData.setup
setup attrib_setup              (* FIXME move to IFOL.thy *)

end