intellij-arend
intellij-arend copied to clipboard
New inspection: Redundant parameter name
Consider a declaration:

Parameter name d
is redundant here and can be replaced with _
. This could simplify the declaration and improve readability as _
stresses the fact that there is no dependencies on the parameter in the signature.
IDE could have an inspection that detects such cases and suggest the replacement.
Same could be done for names in clauses:
