hoogle
hoogle copied to clipboard
Haskell API search engine
The following query https://hoogle.haskell.org/?hoogle=MonadTrans%20%2Btransformer shows no results, even though `MonadTrans` is definitely in the `transformers` package. Cf https://hoogle.haskell.org/?hoogle=lift%20%2Btransformers which does show the single method of said class. Perhaps Hoogle gets...
CPP is used (sorry) to tailor for Windows and GHC >= 9.0. In that case, ${pkgroot} is not expanded and the bogus prefix is stripped. Otherwise, ${pkgroot} is expanded. For...
From GHC 9.0.1 (at least, on Windows), the `*.conf` files for GHC boot libraries have used `${pkgroot}` (not `$topdir`) in the `haddock-html` field. For example (on Windows): GHC 8.10.7 had...
See the upstream issue at .
I've tried to search for types like `(a -> Bool)` but apparently searching for any? type signature with a concrete type instead of a type variable doesn't get any results...
There are few features in Hoogle that previously existed, that aren't available anymore: - Specifying an output directory for database generation - Generation of databases from text files - Combining...
A bunch of refactors that fell out of a study session of the module list generation code. The original goal (at Munihac) was to change the sort order, so that...
(This is on top of #392) The previous sorting of modules within packages meant that the first link would usually point to some random re-export of the definition. I figured...
(This contains some of the refactor commits from #391, only the last commit changes showFroms substantially) This pulls apart the display logic and the data munging in `showFroms`, for ease...
Add `--hyperlink` flag to search sub command which outputs ANSI escape sequences that supporting terminal emulators can leverage to show hyperlinked text. Rendered help text: ``` cabal-install -- run --...