intellij-arend
intellij-arend copied to clipboard
False negative: redundant parentheses in \case
\func test (f : Nat -> Nat) : Nat => \case (f 0) \with {
| 0 => 0
| suc n => n
}