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

False negative "redundant parentheses" error

Open valis opened this issue 3 years ago • 1 comments

The warning isn't shown in the following code:

\func test => \Sigma (Nat) (Nat)

valis avatar Nov 14 '21 13:11 valis

A similar problem:

\func test => (Array Nat) -> (Array Nat)

valis avatar Dec 10 '21 21:12 valis

A similar problem:

\func test => (Array Nat) -> (Array Nat)

Duplicate to #302

sxhya avatar Aug 10 '23 16:08 sxhya