src/FOL/FOL.thy
author paulson
Wed, 03 Mar 1999 11:15:18 +0100
changeset 6301 08245f5a436d
parent 5887 0864c6578d16
child 7355 4c43090659ca
permissions -rw-r--r--
expandshort


FOL = IFOL +

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

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

end