[commit: ghc] master: Comments only (18b106e)
Simon Peyton Jones
simonpj at microsoft.com
Tue Jan 29 13:50:27 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/18b106e67ea9dd7b0c5a366125d7a32852ba726c
>---------------------------------------------------------------
commit 18b106e67ea9dd7b0c5a366125d7a32852ba726c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Jan 25 12:52:37 2013 +0000
Comments only
>---------------------------------------------------------------
compiler/rename/RnTypes.lhs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs
index 7a44731..bc66eea 100644
--- a/compiler/rename/RnTypes.lhs
+++ b/compiler/rename/RnTypes.lhs
@@ -360,7 +360,8 @@ bindHsTyVars :: HsDocContext
-> (LHsTyVarBndrs Name -> RnM (b, FreeVars))
-> RnM (b, FreeVars)
-- (a) Bring kind variables into scope
--- both (i) passed in (kv_bndrs) and (ii) mentioned in the kinds of tv_bndrs
+-- both (i) passed in (kv_bndrs)
+-- and (ii) mentioned in the kinds of tv_bndrs
-- (b) Bring type variables into scope
bindHsTyVars doc mb_assoc kv_bndrs tv_bndrs thing_inside
= do { rdr_env <- getLocalRdrEnv
More information about the ghc-commits
mailing list