haskell / haddock

Haskell Documentation Tool

Home Page:www.haskell.org/haddock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltips use unrelated type synonyms

Lysxia opened this issue · comments

In the following hyperlinked source, the function showName :: Name -> String is unexpectedly shown to have type Name -> FilePath in the tooltip that appears when you hover over it https://hackage.haskell.org/package/template-haskell-2.19.0.0/docs/src/Language.Haskell.TH.Syntax.html#showName

I haven't tracked down the cause of the issue, but this may end up being something to be fixed on GHC's side rather than haddock.