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 atomic pattern" for let expressions #308

Open
marat-rkh opened this issue Sep 16, 2021 · 2 comments
Open

"Split atomic pattern" for let expressions #308

marat-rkh opened this issue Sep 16, 2021 · 2 comments
Assignees

Comments

@marat-rkh
Copy link
Member

\func lemma1 => (1, 2)
\func lemma2 : Nat => 
  \let p => lemma1 
  \in {?}

"Split atomic pattern" could be suggested for p here.

@ice1000
Copy link
Collaborator

ice1000 commented Sep 16, 2021

So it's gonna be only available when the pattern is irrefutable?

@marat-rkh
Copy link
Member Author

Yes, I think so.

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

No branches or pull requests

3 participants