[commit: ghc] master: Clarify location of Note. Comment change only. (2cd80ba)

git at git.haskell.org git at git.haskell.org
Tue Oct 21 13:21:24 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2cd80baab42e2352d0216517a14b898abae7f697/ghc

>---------------------------------------------------------------

commit 2cd80baab42e2352d0216517a14b898abae7f697
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Mon Oct 20 15:36:37 2014 -0400

    Clarify location of Note. Comment change only.


>---------------------------------------------------------------

2cd80baab42e2352d0216517a14b898abae7f697
 compiler/types/FamInstEnv.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/types/FamInstEnv.lhs b/compiler/types/FamInstEnv.lhs
index 3ff9e3b..7fe35ff 100644
--- a/compiler/types/FamInstEnv.lhs
+++ b/compiler/types/FamInstEnv.lhs
@@ -757,7 +757,7 @@ We handle data families and type families separately here:
  * For data family instances, though, we need to re-split for each
    instance, because the breakdown might be different for each
    instance.  Why?  Because of eta reduction; see Note [Eta reduction
-   for data family axioms]
+   for data family axioms] in TcInstDcls.
 
 \begin{code}
 



More information about the ghc-commits mailing list