diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-12-19 13:52:06 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-12-19 14:35:03 +0100 |
commit | a100763cc5c6c9736a00ca57b2ec3c721311eecb (patch) | |
tree | de71d4f3c962713260557b63bb3a1f3688ac03ad /compiler/rename/RnEnv.hs | |
parent | 244d1441bbe9a8d5e83015c749d1339b8f7c7319 (diff) | |
download | haskell-a100763cc5c6c9736a00ca57b2ec3c721311eecb.tar.gz |
Get rid of some stuttering in comments and docs
Diffstat (limited to 'compiler/rename/RnEnv.hs')
-rw-r--r-- | compiler/rename/RnEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnEnv.hs b/compiler/rename/RnEnv.hs index dbc3baf887..1d9dcfa4c2 100644 --- a/compiler/rename/RnEnv.hs +++ b/compiler/rename/RnEnv.hs @@ -194,7 +194,7 @@ newTopSrcBinder (L loc rdr_name) = do { when (isQual rdr_name) (addErrAt loc (badQualBndrErr rdr_name)) -- Binders should not be qualified; if they are, and with a different - -- module name, we we get a confusing "M.T is not in scope" error later + -- module name, we get a confusing "M.T is not in scope" error later ; stage <- getStage ; if isBrackStage stage then |