intellij-arend icon indicating copy to clipboard operation
intellij-arend copied to clipboard

"Split atomic pattern" for let expressions

Open marat-rkh opened this issue 3 years ago • 2 comments

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

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

marat-rkh avatar Sep 16 '21 18:09 marat-rkh

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

ice1000 avatar Sep 16 '21 18:09 ice1000

Yes, I think so.

marat-rkh avatar Sep 17 '21 11:09 marat-rkh