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

Starting Intro pattern #32

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

Villetaneuse
Copy link
Collaborator

@Villetaneuse Villetaneuse commented Jul 5, 2024

First (crude) draft to collect first impressions. I will add more text and examples.

@thomas-lamiaux
Copy link
Collaborator

https://github.com/tchajed/coq-tricks/blob/master/src/IntroPatterns.v

There is also supposed to be an intro patter for nested sigma [ X].
It enables to write [ a b c d] rather than [a [b [c d]].

@Villetaneuse
Copy link
Collaborator Author

https://github.com/tchajed/coq-tricks/blob/master/src/IntroPatterns.v

There is also supposed to be an intro patter for nested sigma [ X]. It enables to write [ a b c d] rather than [a [b [c d]].

Ok, will test with which associativity it works.

@thomas-lamiaux
Copy link
Collaborator

Actually the refman is quite good on the subject and has interesting examples

@thomas-lamiaux
Copy link
Collaborator

I suggest writing it in the same style as chaining tactics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants