intellij-arend
intellij-arend copied to clipboard
"Split atomic pattern" for let expressions
\func lemma1 => (1, 2)
\func lemma2 : Nat =>
\let p => lemma1
\in {?}
"Split atomic pattern" could be suggested for p
here.
So it's gonna be only available when the pattern is irrefutable?
Yes, I think so.