haddock
haddock copied to clipboard
Haskell Documentation Tool
Hey there! First of all, this is a fantastic project, I really appreciate the work you guys do. I have a feature request regarding the quick jump functionality. Unfortunately it's...
As of now, the inline monospace styling is not optimal, and could use better contrast (like a greyed background). GitHub's `own styling` could be taken as a model. https://css-tricks.com/considerations-styling-pre-tag/ https://css-tricks.com/styling-code-in-and-out-of-blocks/
It would be nice to have a pretty printer for type signatures in haddock. Complex types are not very readable, and often don't even fit into a single screen line.
**Original reporter**: _naesten@_ for some reason, ``` haskell newtype P a = P { runP :: String -- ^ Input string -> Int -- ^ Current column -> Int --...
It was suggested on a reddit UX thread. Interesting question, not sure if I'd want it...
As I suggested here: https://github.com/haskell/cabal/pull/5236#issuecomment-376610195 We can get around xhr limitations by loading the data locally with a tag instead or the like, which lets us keep the benefits of...
**Original reporter**: _matti.niemenmaa+haddockbugs@_ Currently there is no way of using the same piece of Haddock documentation for two different declarations, apart from copying and pasting it, which can easily lead...
sorry if this is the wrong spot, but on hackage you can only see the type signature but not the actual argument names. at least for internal documentation in application...
GHC has changed so that plugins are only loaded once rather than just before each time they are used. I suspect that Haddock needs to follow this change and explicitly...
At work we fail the build on Haddock warnings. We use a global list of symbols to pass to Haddock via `--ignore-link-symbol`, but it would be very helpful if there...