haddock
haddock copied to clipboard
Intentionally omitted documentation.
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.
nonEmptyToString :: NonEmptyString -> String
Adding anything to this would be perfectly superfluous, but haddock chides me for omitting the documentation if I leave it as is.