diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-10-14 14:38:16 +0200 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-10-14 14:38:16 +0200 |
commit | 8376027dc2b7a9075a5a4306869735cc6691d89d (patch) | |
tree | 9615af522b0b067b62909ed8c8483a0a60cd8334 /compiler/rename | |
parent | f0af3d852207147202bebdb3a607fc5cef6d550e (diff) | |
download | haskell-8376027dc2b7a9075a5a4306869735cc6691d89d.tar.gz |
Fix comment typos: lll -> ll, THe -> The
Diffstat (limited to 'compiler/rename')
-rw-r--r-- | compiler/rename/RnEnv.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnEnv.lhs b/compiler/rename/RnEnv.lhs index b9bfcce531..65da421e31 100644 --- a/compiler/rename/RnEnv.lhs +++ b/compiler/rename/RnEnv.lhs @@ -519,7 +519,7 @@ There is another wrinkle. With TH and -XDataKinds, consider After splicing, but before renaming we get this: data Nat_77{tc} = Zero_78{d} data T_79{tc} = MkT_80{d} (Proxy 'Zero_78{tc}) |] ) -THe occurrence of 'Zero in the data type for T has the right unique, +The occurrence of 'Zero in the data type for T has the right unique, but it has a TcClsName name-space in its OccName. (This is set by the ctxt_ns argument of Convert.thRdrName.) When we check that is in scope in the GlobalRdrEnv, we need to look up the DataName namespace |