[commit: ghc] master: Delete orphan where clause (88eb773)
git at git.haskell.org
git at git.haskell.org
Mon Oct 10 10:51:31 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/88eb77380936f265fd881afb1d0d27926ca2a233/ghc
>---------------------------------------------------------------
commit 88eb77380936f265fd881afb1d0d27926ca2a233
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Oct 7 23:57:29 2016 +0100
Delete orphan where clause
>---------------------------------------------------------------
88eb77380936f265fd881afb1d0d27926ca2a233
compiler/typecheck/TcHsType.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/typecheck/TcHsType.hs b/compiler/typecheck/TcHsType.hs
index 058eab2..9919c0f 100644
--- a/compiler/typecheck/TcHsType.hs
+++ b/compiler/typecheck/TcHsType.hs
@@ -1701,7 +1701,6 @@ tcTyClTyVars tycon_name thing_inside
-- are the ones mentioned in the source.
; tcExtendTyVarEnv scoped_tvs $
thing_inside binders res_kind }
- where
-----------------------------------
tcDataKindSig :: Kind -> TcM ([TyConBinder], Kind)
More information about the ghc-commits
mailing list