Skip to content
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

Fix ifProgress example #5

Closed
wants to merge 1 commit into from

Conversation

MethodGrab
Copy link
Contributor

@MethodGrab MethodGrab commented Aug 16, 2018

The ifProgress example does not compile:

The 1st argument to `andThen` is not what I expect:

33|     |> andThen (\newOffset -> if offset == newOffset then Done () else Loop newOffset)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This argument is an anonymous function of type:

    Int -> Step Int ()

But `andThen` needs the 1st argument to be:

    Int -> Parser b

andThen should be map.

@evancz evancz closed this in f93f43e Aug 30, 2018
jgarcia0092 added a commit to jgarcia0092/parser that referenced this pull request Jun 10, 2023
Fix elm/parser#5

Going this route to avoid a weird merge!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant