Links to source code with fragment(aka hash) doesn't work for functions
ricksanchez opened this issue · 1 comments
ricksanchez commented
Example:
https://www.stackage.org/haddock/lts-8.14/base-4.9.1.0/src/GHC-Base.html#fmap
should open the page where fmap definition starts
I found the link here:
https://www.stackage.org/haddock/lts-8.14/base-4.9.1.0/Data-Functor-Compose.html#t:Compose
However, it works for types:
https://www.stackage.org/haddock/lts-8.14/base-4.9.1.0/src/Data-Functor-Compose.html#Compose
decentral1se commented
Thanks for the report! I punted this one over to commercialhaskell/stackage-server#236.
Not sure if it is an easy fix or not but PRs are very much appreciated!