[commit: haddock] wip/landmine-param-family: Introduce PlaceHolder instead of () (e4089ee)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:30:12 UTC 2015


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

On branch  : wip/landmine-param-family
Link       : http://git.haskell.org/haddock.git/commitdiff/e4089ee9020cd07e38fbe69f868481aabaa039d3

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

commit e4089ee9020cd07e38fbe69f868481aabaa039d3
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sun Aug 17 14:54:39 2014 +0200

    Introduce PlaceHolder instead of ()


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

e4089ee9020cd07e38fbe69f868481aabaa039d3
 src/Haddock/Interface/Rename.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Haddock/Interface/Rename.hs b/src/Haddock/Interface/Rename.hs
index 87ba994..7f1b1ef 100644
--- a/src/Haddock/Interface/Rename.hs
+++ b/src/Haddock/Interface/Rename.hs
@@ -179,7 +179,7 @@ renameLKind = renameLType
 renameMaybeLKind :: Maybe (LHsKind Name) -> RnM (Maybe (LHsKind DocName))
 renameMaybeLKind = traverse renameLKind
 
-type instance PostTc DocName Kind  = ()
+type instance PostTc DocName Kind  = PlaceHolder
 
 renameType :: HsType Name -> RnM (HsType DocName)
 renameType t = case t of



More information about the ghc-commits mailing list