haskell-docs
haskell-docs copied to clipboard
Get the Haskell documentation of a name from a module
When installing packages with the v2-/new-* cabal commands, are this reachable by haskell-docs? Seems it doesn't work for my. Only globally installed packages are available for inspecting docs.
`haskell-docs` is used in the `intellij-haskell` project (https://github.com/rikvdkleij/intellij-haskell). The following issue occurs on GHC8 with Haddock 2.17.2. ``` $ haskell-docs take Couldn't find any packages with that module. ``` `haskell-docs`...
`--help`, `--version`, etc.
haskell-docs Bool does not find any results here. Interestingly, haskell-docs Int does find that, and it's defined in the same module. I guess the difference is that Int has some...
haskell-docs Maybe is able to find the data definition, but haskell-docs Nothing finds .. nothing.
Hi .. would it be possible to allow an option that would list all modules with a certain name and also all exposed functions and identifiers in a function? I...
Has it been considered to merge this code into haddock proper, as a haddock subcommand?
Hi, I suggest to install a ghci script that does the :def command, and in the installation instructions suggest to include that in the global ghci. This way, you can...