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
"error: type mismatch in <thing>, expected [<thing>] but got []" and "error: type mismatch in implicit return, expected [] but got [<thing>]" dont make it clear that the stack has underflowed/too many entries
i would very much appreciate if these messages were "error: stack underflows at <thing>" and "error: stack too big on implicit return (x entries too many/few)" instead for these cases
The text was updated successfully, but these errors were encountered:
"
error: type mismatch in <thing>, expected [<thing>] but got []
" and "error: type mismatch in implicit return, expected [] but got [<thing>]
" dont make it clear that the stack has underflowed/too many entriesi would very much appreciate if these messages were "
error: stack underflows at <thing>
" and "error: stack too big on implicit return (x entries too many/few)
" instead for these casesThe text was updated successfully, but these errors were encountered: