src/FOL/FOL.thy
author wenzelm
Sun, 29 Nov 1998 13:19:48 +0100
changeset 5992 263051aaf0de
parent 5887 0864c6578d16
child 7355 4c43090659ca
permissions -rw-r--r--
tuned welcome msg;


FOL = IFOL +

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

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

end