Search for unknown number of parameters
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
No files, tests, or entry points are named in the issue. Start by locating the search query parser and tests for function-type matching; add support for queries that match a known leading parameter followed by zero or more additional parameters, and verify the Seed -> _ example finds variant.
Written by the indexing model from the issue text.
Description
Let's say I looking for any function that consumes a Seed, but I don't know what else I may need to provide for the zero or more additional arguments.
An example of a desired result is:
variant :: forall a. Seed -> Gen a -> Gen a
But variant is not found by:
Seed -> _
Seed -> a
Or even:
Seed -> _ -> _
Seed -> a -> b
Seed -> f a -> f a
This is the most generic option that works:
Seed -> _ a -> _ a
- Dominant language
- Haskell
- Stars
- 174
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
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.
More from purescript/pursuit
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
purescript/pursuit#476 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
purescript/pursuit#474 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
purescript/pursuit#463 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
purescript/pursuit#438 · 7 comments · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
purescript/pursuit#433 · 1 comment · 1 reaction ·
All issues in purescript/pursuit
Similar issues
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
koalaman/shellcheck#3539 ·
-
time-manager-0.4.0 Openfailure: bounds
Difficulty 1/5 Under an hour Newbie friendliness 72/100
commercialhaskell/stackage#8122 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
objectionary/phino#1350 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100