haskell / haskell/parsec

Expose ParsecT constructor or implement hoisting

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.