haskell-docs icon indicating copy to clipboard operation
haskell-docs copied to clipboard

fails to find definition of Bool

Open joeyh opened this issue 10 years ago • 0 comments

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 haddock documentation, while Bool does not.

I think it would be useful for haskell-docs to at least display the module where a function or type is defined, even if there's no documentation. It would also be nice if it could display the constructors of a type like Bool.

joeyh avatar Feb 06 '15 17:02 joeyh