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

A problem in formatter

Open valis opened this issue 4 years ago • 0 comments

Pressing enter in the following code sends the expression to the beginning of the line.

\module M \where {
  \func foo (x : Nat) : Nat => {-caret-}\case x \with { | 0 => 0 | suc n => n }
}

valis avatar Feb 19 '21 18:02 valis