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
Currently we use empty list Consts for construction. This is inadequate because we can't put type args in a Const.
We need discard because lists are linear if their element type is. We need a way to consume that type. I'm not sure whether discard should require the list to be empty.
The text was updated successfully, but these errors were encountered:
Currently we use empty list
Const
s for construction. This is inadequate because we can't put type args in aConst
.We need
discard
because lists are linear if their element type is. We need a way to consume that type. I'm not sure whether discard should require the list to be empty.The text was updated successfully, but these errors were encountered: