ndmitchell / ndmitchell/hoogle
doing --d wrong?
Open
Nobody has claimed this yet.
fixed in v5
- Dominant language
- Haskell
- Stars
- 803
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
Puzzled by hoogle:
hoogle dump .hoogle/hoogle.hoo returns:
.. ("flag_ignoreallexports",ctor Flag) ..
hoogle --d=~/.hoogle/haddock.hoo Flag_IgnoreAllExports
No results found
hoogle --d=~/.hoogle/haddock.hoo "haddock :: [String] -> IO ()"
No results found
Hoogle v4.2.34
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the hoogle dump .hoogle/hoogle.hoo output and both hoogle --d=... searches shown in the issue. Compare how the dumped entries are represented with how --d queries them; done means the behavior is explained and the searches return the expected results or the issue is clarified as invalid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100