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
Support expressions of the form <expr>.x. Currently, we only support the special case <id>.x which we can typecheck more precisely.
UPDATE: We should probably implement borrowing, or something similar. This would allow us to access affine record members temporarily without treating them "imperatively" (i.e. assigning a dummy value to the accessed field).
The text was updated successfully, but these errors were encountered:
Support expressions of the form
<expr>.x
. Currently, we only support the special case<id>.x
which we can typecheck more precisely.UPDATE: We should probably implement borrowing, or something similar. This would allow us to access affine record members temporarily without treating them "imperatively" (i.e. assigning a dummy value to the accessed field).
The text was updated successfully, but these errors were encountered: