Gabriella439 / Gabriella439/Haskell-MVC-Library
Add `asGetter`
Open
- Dominant language
- Haskell
- Stars
- 64
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
It would have this type:
``` haskell
asGetter :: (Producer a (State s) () -> Producer b (State s) ()) -> Model s a b
```
This would allow users to take advantage of `pipes-parse` abstractions.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Model definition and checking how Producer transformations are represented. Use the requested asGetter type and the pipes-parse context as the specification; done means the API is exposed and users can apply those abstractions through it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100