attrib_setup;
authorwenzelm
Mon, 16 Nov 1998 11:11:42 +0100
changeset 5887 0864c6578d16
parent 5886 0373323180f5
child 5888 d8e51792ca85
attrib_setup;
src/FOL/FOL.thy
--- a/src/FOL/FOL.thy	Mon Nov 16 11:10:00 1998 +0100
+++ b/src/FOL/FOL.thy	Mon Nov 16 11:11:42 1998 +0100
@@ -4,7 +4,7 @@
 rules
   classical "(~P ==> P) ==> P"
 
-setup
-  ClasetThyData.setup
+setup ClasetThyData.setup
+setup attrib_setup              (* FIXME move to IFOL.thy *)
 
 end