src/HOL/Tools/meson.ML
changeset 38622 86fc906dcd86
parent 38557 9926c47ad1a1
child 38623 08a789ef8044
--- a/src/HOL/Tools/meson.ML	Fri Aug 20 17:46:56 2010 +0200
+++ b/src/HOL/Tools/meson.ML	Fri Aug 20 17:48:30 2010 +0200
@@ -411,7 +411,7 @@
       (fn (c,T) => not(is_conn c) andalso exists has_bool (binder_types T));
 
 (*A higher-order instance of a first-order constant? Example is the definition of
-  one, 1, at a function type in theory SetsAndFunctions.*)
+  one, 1, at a function type in theory Function_Algebras.*)
 fun higher_inst_const thy (c,T) =
   case binder_types T of
       [] => false (*not a function type, OK*)