haddock
haddock copied to clipboard
Haskell Documentation Tool
In my module, I'm importing `Data.Text.Text` and using it in a function signature. However, my library depends on `text` and `foldl` and `foldl` reexports `Text` in the `Control.Foldl.Text` module. Even...
It would be great to have a way to signal to haddock that a certain declaration has no docstring and, according to the author, needs no docstring. E.g. ```haskell nonEmptyToString...
This is a resurrection of #548 . It's either back, or was incompletely fixed. I'm currently updating documentation for a fork of the `compdata` package ( https://hackage.haskell.org/package/compdata-0.12 ), which has...
**Original reporter**: _sol@_ It would be nice if we could link to certain sections withing a document. Example: ``` haskell module Foo ( -- * Foo .. .. -- *...
https://hackage.haskell.org/package/base-4.9.0.0/docs/Prelude.html#t:Eq
I would like to add a haddock comment to class arguments like this: ```haskell class C (a :: Type) -- ^ comment to a (b :: Constraint) -- ^ comment...
I was just about to link to a haddock generated page on the Haskell Discourse, and the forum software was unable to create a fancy preview, saying > Sorry, we...
``` module Foo where -- * Section -- | foo function foo :: Int foo = 123 ``` => Section is shown ``` module Foo (module Foo) where -- *...
https://hackage.haskell.org/package/haddock-library-1.11.0/changelog merely says: > Add support for linking identifiers with a quote between backticks (#1408) However, there have been API changes as well: E.g. `markupOrderedList` has type: - `[a] ->...
Sorry I don't know how to make reproducers. In short, https://github.com/brendanhay/amazonka/issues/970 , which I will copy here for ease of reading: - - - - - Take for example https://hackage.haskell.org/package/amazonka-s3-2.0/docs/Amazonka-S3.html#v:newPutObject...