[commit: ghc] master: White space only (c58dc1a)

git at git.haskell.org git at git.haskell.org
Thu Jul 9 12:03:22 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c58dc1a149128dcc923b6cd2b20b0139e765c50d/ghc

>---------------------------------------------------------------

commit c58dc1a149128dcc923b6cd2b20b0139e765c50d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jul 9 13:00:59 2015 +0100

    White space only


>---------------------------------------------------------------

c58dc1a149128dcc923b6cd2b20b0139e765c50d
 compiler/typecheck/TcBinds.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcBinds.hs b/compiler/typecheck/TcBinds.hs
index ac36908..de49c91 100644
--- a/compiler/typecheck/TcBinds.hs
+++ b/compiler/typecheck/TcBinds.hs
@@ -690,7 +690,7 @@ mkInferredPolyId poly_name qtvs theta mono_ty
 
        ; my_theta <- pickQuantifiablePreds my_tvs2 theta
 
-       ; let my_tvs   = filter (`elemVarSet` my_tvs2) qtvs   -- Maintain original order
+       ; let my_tvs = filter (`elemVarSet` my_tvs2) qtvs   -- Maintain original order
              inferred_poly_ty = mkSigmaTy my_tvs my_theta norm_mono_ty
 
        ; addErrCtxtM (mk_bind_msg True False poly_name inferred_poly_ty) $



More information about the ghc-commits mailing list