Use applicative parsing - #12193
Open
philderbeast wants to merge 1 commit into
Open
Conversation
2 tasks
Bodigrim
reviewed
Jul 31, 2026
philderbeast
force-pushed
the
refactor/applicative-parsing
branch
2 times, most recently
from
August 1, 2026 11:12
8ec3280 to
3adca9b
Compare
Bodigrim
approved these changes
Aug 1, 2026
philderbeast
force-pushed
the
refactor/applicative-parsing
branch
from
August 1, 2026 13:19
3adca9b to
fd6b7f8
Compare
zlonast
approved these changes
Aug 2, 2026
philderbeast
force-pushed
the
refactor/applicative-parsing
branch
from
August 7, 2026 19:03
fd6b7f8 to
1cc21c5
Compare
- Add colon = Parse.char ':' - Applicative style for ELicense - Applicative style for AbiDependency - Applicative style for Module - Applicative style for OpenModule - Applicative style for OpenModuleVar - Applicative style for Platform - Applicative style for Fingerprint - Applicative intersect && union version ranges - Replace do with applicative style for leadRepo - Avoid factor and term in both branches
philderbeast
force-pushed
the
refactor/applicative-parsing
branch
from
August 7, 2026 19:04
1cc21c5 to
86b81e3
Compare
Contributor
Merge Queue Status
Waiting for
All merge conditions
Required conditions to stay in the queue
|
84 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split from #12015, these are the refactoring suggestions to use applicative style for parsing.