Add a function to try things until first 'Result'
Open
core
idea :bulb:
question
- Dominant language
- Haskell
- Stars
- 21
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
The proposed type:
```haskell
trials :: Monad m => [m a] -> (a -> m (Trial e b)) -> m (Trial e b)
```
What should be the name? `trials` `tryUntil` `firstResult` ...
Contributor guide
Research direction
No file or test is named in the issue. Start by reviewing the proposed trials type and the existing Trial API, then compare the candidate names with the library's conventions. Done means agreeing on a function name and defining the requested behavior clearly enough to implement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100