[commit: ghc] master: TysWiredIn: Fix a comment - Note [TYPE] is in TysPrim (8e6f9bf)

git at git.haskell.org git at git.haskell.org
Tue Dec 15 01:06:17 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8e6f9bf2fa436aa76a2f43dfca8503513af95b41/ghc

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

commit 8e6f9bf2fa436aa76a2f43dfca8503513af95b41
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Mon Dec 14 20:05:43 2015 -0500

    TysWiredIn: Fix a comment - Note [TYPE] is in TysPrim


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

8e6f9bf2fa436aa76a2f43dfca8503513af95b41
 compiler/prelude/TysWiredIn.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/prelude/TysWiredIn.hs b/compiler/prelude/TysWiredIn.hs
index 1d0feab..d92c4cd 100644
--- a/compiler/prelude/TysWiredIn.hs
+++ b/compiler/prelude/TysWiredIn.hs
@@ -662,7 +662,7 @@ heqSCSelId, coercibleSCSelId :: Id
     sc_sel_id = mkDictSelId coercibleSCSelIdName klass
 
 -- For information about the usage of the following type, see Note [TYPE]
--- in module Kind
+-- in module TysPrim
 levityTy :: Type
 levityTy = mkTyConTy levityTyCon
 



More information about the ghc-commits mailing list