Skip to content

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