[commit: ghc] master: Wibble to the "instance signatures" patch (e77faac)

git at git.haskell.org git at git.haskell.org
Mon Dec 1 14:29:00 UTC 2014


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

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

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

commit e77faaced8da576e65108d961ce9869502b62f2a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Dec 1 14:29:30 2014 +0000

    Wibble to the "instance signatures" patch
    
    Sorry about this.  I somehow failed to include this one line in my patch.


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

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

diff --git a/compiler/typecheck/TcBinds.lhs b/compiler/typecheck/TcBinds.lhs
index f2f4b1a..f1a6463 100644
--- a/compiler/typecheck/TcBinds.lhs
+++ b/compiler/typecheck/TcBinds.lhs
@@ -1371,7 +1371,7 @@ tcTySigs hs_sigs
 
 tcTySig :: LSig Name -> TcM ([TcSigInfo], [TcTyVar])
 tcTySig (L _ (IdSig id))
-  = do { sig <- instTcTySigFromId _ id
+  = do { sig <- instTcTySigFromId id
        ; return ([sig], []) }
 tcTySig (L loc (TypeSig names@(L _ name1 : _) hs_ty wcs))
   = setSrcSpan loc $



More information about the ghc-commits mailing list