haskell / haskell/network-uri

Export URI parser

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.