purescript / purescript/pursuit
Searching by type with type operators
Open
Nobody has claimed this yet.
search
- Dominant language
- Haskell
- Stars
- 174
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
For example, the query f ~> Array should bring up Data.Array.fromFoldable. I'm not sure what is going on now; most of the results are of the form forall a. C a => a.
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 f ~> Array search in Pursuit and compare its results with the reported Data.Array.fromFoldable expectation. Trace the search entry point for type operators; done means operator queries return relevant API documentation rather than mostly forall a. C a => a results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100