src/FOL/FOL.thy
author wenzelm
Sun, 29 Nov 1998 13:16:47 +0100
changeset 5989 9670dae0143d
parent 5887 0864c6578d16
child 7355 4c43090659ca
permissions -rw-r--r--
proof_general_trans (experimental);


FOL = IFOL +

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

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

end