Gabriella439 / Gabriella439/Haskell-MVC-Library

Add `asGetter`

Open
#12 5 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.