[commit: ghc] wip/T8584.spj: renamer fixup: remove tab (18cfb4a)
git at git.haskell.org
git at git.haskell.org
Mon Nov 10 14:08:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8584.spj
Link : http://ghc.haskell.org/trac/ghc/changeset/18cfb4a282242000d525e3d3affbf88e6119df7e/ghc
>---------------------------------------------------------------
commit 18cfb4a282242000d525e3d3affbf88e6119df7e
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date: Mon Nov 10 21:59:15 2014 +0800
renamer fixup: remove tab
>---------------------------------------------------------------
18cfb4a282242000d525e3d3affbf88e6119df7e
compiler/rename/RnBinds.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/rename/RnBinds.lhs b/compiler/rename/RnBinds.lhs
index 0669277..983cac7 100644
--- a/compiler/rename/RnBinds.lhs
+++ b/compiler/rename/RnBinds.lhs
@@ -843,7 +843,7 @@ renameSig ctxt sig@(MinimalSig bf)
return (MinimalSig new_bf, emptyFVs)
renameSig ctxt sig@(PatSynSig v (flag, qtvs) prov req ty)
- = do { v' <- lookupSigOccRn ctxt sig v
+ = do { v' <- lookupSigOccRn ctxt sig v
; let doc = TypeSigCtx $ quotes (ppr v)
; loc <- getSrcSpanM
More information about the ghc-commits
mailing list