intellij-arend
intellij-arend copied to clipboard
Redundant parentheses in implicit arguments
In the following code, parentheses are redundant:
\func bar {x : \Sigma Nat Nat} => x.1
\func foo => bar {(1,2)}