diff options
author | simonpj@microsoft.com <unknown> | 2009-05-28 07:59:18 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-05-28 07:59:18 +0000 |
commit | b272715a0c248f219e188745c57bf42705f9c391 (patch) | |
tree | ef5b72afa9b64a02cb6c10201895a262c9ccd9e5 /compiler | |
parent | 6e0f552430600d95768c1668b6d458c71a52f2d4 (diff) | |
download | haskell-b272715a0c248f219e188745c57bf42705f9c391.tar.gz |
Comments only
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/typecheck/TcGenDeriv.lhs | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/compiler/typecheck/TcGenDeriv.lhs b/compiler/typecheck/TcGenDeriv.lhs index 20029e758c..7cee738da6 100644 --- a/compiler/typecheck/TcGenDeriv.lhs +++ b/compiler/typecheck/TcGenDeriv.lhs @@ -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 %* * %************************************************************************ |