kowainik / kowainik/trial

Add a function to try things until first 'Result'

Open
#45 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.