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

Split sym1 into smaller tactics #14

Merged
merged 6 commits into from
Feb 21, 2024
Merged

Split sym1 into smaller tactics #14

merged 6 commits into from
Feb 21, 2024

Conversation

aqjune-aws
Copy link
Collaborator

Description:

A macro-style tactic is chosen instead of the monad style so that developers can easily extend the tactics. However, this will change for a small set of tactics if they need more fine-grained manipulations.

License:

By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.

aqjune and others added 5 commits February 8, 2024 15:45
The work is ongoing.

A macro-style tactic is chosen instead of the monad style so that developers can easily extend the tactics.
However, this will change for a small set of tactics if they need more fine-grained manipulations.
Tactics/Sym.lean Outdated Show resolved Hide resolved
Tactics/Sym.lean Outdated Show resolved Hide resolved
Tactics/Sym.lean Outdated Show resolved Hide resolved
@shigoel
Copy link
Collaborator

shigoel commented Feb 20, 2024

This looks fabulous, @aqjune-aws! Thank you so much.

I have one more request: could you please add a couple of lines of comments describing what your macros are intended to achieve, and what their (known) limitations are?

@aqjune-aws aqjune-aws changed the title (WIP) Split sym1 into smaller tactics Split sym1 into smaller tactics Feb 20, 2024
@aqjune-aws
Copy link
Collaborator Author

aqjune-aws commented Feb 20, 2024

Comments addressed.
Please feel free to do squash+merge.

Copy link
Collaborator

@shigoel shigoel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@shigoel shigoel merged commit a3e762f into leanprover:main Feb 21, 2024
2 checks passed
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.

3 participants