-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify and allow for sharing of "delayed style" parsing #77
Conversation
Oben steht, dieser PR würde #72 schließen. Ich denke jedoch eher, dass er #74 schließen würde. Siehe auch #74 (comment). |
I think the |
There should probably also be a version of the "parser for second phase after input field structuring" without the fallback behavior. That is, something of type (Monad m, OutputCapable (ReportT o m))
=> Parser a
-> (ParseError -> State (Map Language String) ())
-> String
-> LangM' (ReportT o m) a (potentially plus the argument for optional turning-on-the-string-showing) It's the function one gets from the other function by providing |
Maybe the "optional-string-showing" should simply be realized by prefixing |
LangM' m Submission
valueuseParserAnd
function to allow for further processing, i.e. withDelayed