Export URI parser
- Dominant language
- Haskell
- Stars
- 28
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
The library exports `String -> Maybe URI` functions, but this is not easy to compose with other parsers. For example, I'm writing a tokeniser that needs to identify URIs and a bunch of other stuff. I have to do some tedious gymnastics to fit `parseURI` in, but if I had access to the actual `Parser` itself, it would be much easier.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the exported parseURI function and the parser it wraps. Check existing parser-related tests, then expose a composable Parser entry point alongside the String -> Maybe URI API; done means clients can combine it with other parsers without adapter gymnastics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100