You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because variables are immutable, a strict stance against shadowing results in redeclarations of the form foo1, foo2, foo3, etc.
Shadowing is not a fundamental issue for the Leo language because we do SSA anyways.
The text was updated successfully, but these errors were encountered:
Because variables are immutable, a strict stance against shadowing results in redeclarations of the form
foo1
,foo2
,foo3
, etc.Shadowing is not a fundamental issue for the Leo language because we do SSA anyways.
The text was updated successfully, but these errors were encountered: