Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6f96bc4709de3c2cf8c381db32b065bae734bd5a >--------------------------------------------------------------- commit 6f96bc4709de3c2cf8c381db32b065bae734bd5a Author: Simon Peyton Jones <[email protected]> Date: Wed Aug 22 16:15:04 2012 +0100 Tab elimination >--------------------------------------------------------------- compiler/main/HscTypes.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs index d8d8816..793740e 100644 --- a/compiler/main/HscTypes.lhs +++ b/compiler/main/HscTypes.lhs @@ -1117,7 +1117,7 @@ mkPrintUnqualified dflags env = (qual_name, qual_mod) else NameNotInScope2 | otherwise = NameNotInScope1 -- Can happen if 'f' is bound twice in the module - -- Eg f = True; g = 0; f = False + -- Eg f = True; g = 0; f = False where mod = nameModule name occ = nameOccName name _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
