intellij-arend
intellij-arend copied to clipboard
False negative "redundant parentheses" error
The warning isn't shown in the following code:
\func test => \Sigma (Nat) (Nat)
A similar problem:
\func test => (Array Nat) -> (Array Nat)
A similar problem:
\func test => (Array Nat) -> (Array Nat)
Duplicate to #302