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

Redundant parentheses in implicit arguments

Open valis opened this issue 3 years ago • 0 comments

In the following code, parentheses are redundant:

\func bar {x : \Sigma Nat Nat} => x.1
\func foo => bar {(1,2)}

valis avatar Oct 16 '21 19:10 valis