haddock
haddock copied to clipboard
Haskell Documentation Tool
Currently if you re export a module with an alias, it dumps all of the contents of that module directly. ```haskell module M ( module X ) where import ClassyPrelude...
I have a module where the code does not rely on `-XMagicHash`, but the haddock comments do (eg `-- | See 'foo#' for more details`). `cabal haddock` doesn't resolve those...
# Fast JSON As usual, testing on `persistent`. ## With `--quickjump`: `--quickjump` is what actually uses the JSON stuff, so let's try running with that. ### Baseline ``` time cabal...
Currently the stylesheets seem to be light-themed only, and not sensitive to the theme of the system (browser). It might be a good idea to make these sensitive to the...
The synopsis images can be reproduced with simple HTML that will result in a vectorized variant, and more easier to change based on a state. This can be done with...
I was investigating the weird perf issues with the `Builder` stuff, and noticed that GHC 9.4.2 and GHC 9.4.3 have *very* different performance characteristics. With GHC 9.4.2, `Builder` performs *worse*....
The haddock documentation for a class shows its instances. Of course only some of them, since it's an open set, but that's usually enough. I find that list quite useful...
Haddock allocates 800GB when rendering HTML for our codebase. The big culprits appear to be some of our "prelude" modules, which re-export a *huge* amount of stuff. The biggest offender...
The old link syntax `[link text](url)` does not work anymore: the slashes become italic text and the brackets and parentheses appear verbatim.