[project @ 2001-08-22 15:27:08 by simonpj]
authorsimonpj <unknown>
Wed, 22 Aug 2001 15:27:08 +0000 (15:27 +0000)
committersimonpj <unknown>
Wed, 22 Aug 2001 15:27:08 +0000 (15:27 +0000)
Formatting only

ghc/compiler/rename/Rename.lhs

index 613ed08..49a4c8a 100644 (file)
@@ -129,7 +129,7 @@ renameStmt dflags hit hst pcs this_module ic stmt
        --        Mod> let y = x + 3
        --     We need to pass 'x' among the fvs to slurpImpDecls, so that
        --     the latter can see that T is a gate, and hence import the Num T 
-       --     instance decl.  (See the InTypEnv case in RnIfaces.slurpSourceRefs
+       --     instance decl.  (See the InTypEnv case in RnIfaces.slurpSourceRefs.)
 
     doDump dflags binders stmt decls           `thenRn_`
     returnRn (print_unqual, Just (binders, (stmt, decls)))