haddock
haddock copied to clipboard
Haskell Documentation Tool
Even though it's present in the ghc tarball.
We are quickly approaching the final GHC 9.4.1 release, which we plan to ship with 2368e9329e6600b46000abd24ec00b7e27bcae75 . A Hackage release of this commit would be greatly appreciated.
This reverts commit 3ab18cf06ae9392eab1349675dab8a177f1412da. This commit breaks the quickjump functionality on `hackage.haskell.org`. See https://gitlab.haskell.org/ghc/ghc/-/issues/21984
As seen in https://hackage.haskell.org/package/haddock-api ``` cabal: Could not resolve dependencies: [__0] trying: haddock-api-2.25.1 (user goal) [__1] next goal: base (dependency of haddock-api) [__1] rejecting: base-4.16.3.0/installed-4.16.3.0 (conflict: haddock-api => base^>=4.15.0) [__1]...
This code won't produce a haddock error. Nevertheless haddock comment to `default bar` will be lost. I think comments to default realizations are very useful, but if it's too hard...
The Hypothes.is service relies on annotatorJS (http://annotatorjs.org/). The former is BSD licensed whereas the latter can be licensed under the MIT. Hypothesis may be embedded as a call to remote...
A `default` signature in general does not alleviate the user from implementing the corresponding method in instances. They only apply to special situations. Thus, they should not be taken into...
See #1474.
See #1474.
See #1474.