Expose ParsecT constructor or implement hoisting
Open
- Dominant language
- Haskell
- Stars
- 892
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Basically I need a function with the following signature:
hoistParsecT :: (m a -> n a) -> (n a -> m a) -> ParsecT s u m a -> ParsecT s u n a
I could do that if the constructor of `ParsecT` was available, is there a reason it is not exported?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.