erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

No side-effect procedure warning #251

Open mtshiba opened 1 year ago

mtshiba commented 1 year ago
p! = x => x + 1

This code is valid. However, a look at the contents of the anonymous procedure reveals that defining it as a function is sufficient. Perhaps it is a mistake and we should issue a warning.