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

False negative: redundant parentheses in \case

Open valis opened this issue 3 years ago • 0 comments

\func test (f : Nat -> Nat) : Nat => \case (f 0) \with {
  | 0 => 0
  | suc n => n
}

valis avatar Jan 14 '22 12:01 valis