[commit: ghc] wip/type-app: Comments only (de87a55)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:04:59 UTC 2015


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

On branch  : wip/type-app
Link       : http://ghc.haskell.org/trac/ghc/changeset/de87a55205732ab35d8c3931d1d2884d18dc3146/ghc

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

commit de87a55205732ab35d8c3931d1d2884d18dc3146
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Thu Jul 9 13:13:13 2015 -0400

    Comments only


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

de87a55205732ab35d8c3931d1d2884d18dc3146
 compiler/coreSyn/MkCore.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/coreSyn/MkCore.hs b/compiler/coreSyn/MkCore.hs
index 3b76aef..24e46dc 100644
--- a/compiler/coreSyn/MkCore.hs
+++ b/compiler/coreSyn/MkCore.hs
@@ -735,7 +735,7 @@ Notice the 'OpenKind' (manifested as openAlphaTyVar in the code). This ensures t
   * unboxed as well as boxed types
   * polymorphic types
 This is OK because it never returns, so the return type is irrelevant.
-See Note [OpenTypeKind accepts foralls] in TcUnify.
+See Note [OpenTypeKind accepts foralls] in TcType.
 
 
 ************************************************************************



More information about the ghc-commits mailing list