Export internals
- Dominant language
- Haskell
- Stars
- 892
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
The `ParsecT` definition is not exported, so I cannot write missing low-level combinators myself, even when I know what I'm doing.
Not critical, as there is [`mkPT`](https://hackage.haskell.org/package/parsec-3.1.14.0/docs/Text-Parsec-Prim.html#v:mkPT), but I'd like to write the combinators in a way I would write them for inclusion in the library.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the ParsecT definition and the mkPT documentation linked in the issue, then compare them with the library's current public API. Done means the intended low-level combinator interface is made available without relying on mkPT, with the public export behavior documented or tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100