Comments only
authorsimonpj@microsoft.com <unknown>
Thu, 28 May 2009 07:59:18 +0000 (07:59 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 28 May 2009 07:59:18 +0000 (07:59 +0000)
compiler/typecheck/TcGenDeriv.lhs

index 20029e7..7cee738 100644 (file)
@@ -1241,7 +1241,10 @@ infix_RDR      = dataQual_RDR gENERICS (fsLit "Infix")
 
 %************************************************************************
 %*                                                                     *
 
 %************************************************************************
 %*                                                                     *
-       Functor instances
+                       Functor instances
+
+ see http://www.mail-archive.com/haskell-prime@haskell.org/msg02116.html
+
 %*                                                                     *
 %************************************************************************
 
 %*                                                                     *
 %************************************************************************
 
@@ -1444,7 +1447,10 @@ mkSimpleTupleCase match_for_con boxity insides x = do
 
 %************************************************************************
 %*                                                                     *
 
 %************************************************************************
 %*                                                                     *
-       Foldable instances
+                       Foldable instances
+
+ see http://www.mail-archive.com/haskell-prime@haskell.org/msg02116.html
+
 %*                                                                     *
 %************************************************************************
 
 %*                                                                     *
 %************************************************************************
 
@@ -1494,7 +1500,9 @@ gen_Foldable_binds loc tycon
 
 %************************************************************************
 %*                                                                     *
 
 %************************************************************************
 %*                                                                     *
-       Traversable instances
+                       Traversable instances
+
+ see http://www.mail-archive.com/haskell-prime@haskell.org/msg02116.html
 %*                                                                     *
 %************************************************************************
 
 %*                                                                     *
 %************************************************************************