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

[Merged by Bors] - fix(init/meta/interactive_base): description for small_nat #424

Closed
wants to merge 2 commits into from

Conversation

digama0
Copy link
Member

@digama0 digama0 commented Jul 29, 2020

Previously, any tactic using the small_nat parser without with_desc would get a messy error in the middle of the parser description. Now small_nat is described as n in parser patterns, e.g. ident >> tk ":" *> small_nat? becomes id : n?.

@gebner
Copy link
Member

gebner commented Jul 29, 2020

bors r+

bors bot pushed a commit that referenced this pull request Jul 29, 2020
Previously, any tactic using the `small_nat` parser without `with_desc` would get a messy error in the middle of the parser description. Now `small_nat` is described as `n` in parser patterns, e.g. `ident >> tk ":" *> small_nat?` becomes `id : n?`.
@bors
Copy link

bors bot commented Jul 29, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix(init/meta/interactive_base): description for small_nat [Merged by Bors] - fix(init/meta/interactive_base): description for small_nat Jul 29, 2020
@bors bors bot closed this Jul 29, 2020
@bors bors bot deleted the small_nat_desc branch July 29, 2020 17:55
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.

None yet

2 participants