[commit: ghc] wip/spj-wildcard-refactor: Comments (852dac2)
git at git.haskell.org
git at git.haskell.org
Mon Nov 23 15:11:41 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/spj-wildcard-refactor
Link : http://ghc.haskell.org/trac/ghc/changeset/852dac205f36e92a3ede91e9fcbd9b70493757f2/ghc
>---------------------------------------------------------------
commit 852dac205f36e92a3ede91e9fcbd9b70493757f2
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Nov 23 13:19:04 2015 +0000
Comments
>---------------------------------------------------------------
852dac205f36e92a3ede91e9fcbd9b70493757f2
compiler/hsSyn/HsTypes.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/compiler/hsSyn/HsTypes.hs b/compiler/hsSyn/HsTypes.hs
index ee520a6..5f0db04 100644
--- a/compiler/hsSyn/HsTypes.hs
+++ b/compiler/hsSyn/HsTypes.hs
@@ -209,10 +209,6 @@ data LHsQTyVars name -- See Note [HsType binders]
deriving instance (DataId name) => Data (LHsQTyVars name)
mkHsQTvs :: [LHsTyVarBndr RdrName] -> LHsQTyVars RdrName
--- Just at RdrName because in the Name variant we should know just
--- what the kind-variable binders are; and we don't
--- We put an empty list (rather than a panic) for the kind vars so
--- that the pretty printer works ok on them.
mkHsQTvs tvs = HsQTvs { hsq_kvs = PlaceHolder, hsq_tvs = tvs }
hsQTvBndrs :: LHsQTyVars name -> [LHsTyVarBndr name]
More information about the ghc-commits
mailing list