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
Lists in gusto are a bit out of place with the rest of the syntax. With pattern matching it would be great to get cons operators to allow val head::rest := [1,2,3] which would assign 1 to head and [2,3] to rest.
The text was updated successfully, but these errors were encountered:
Lists in gusto are a bit out of place with the rest of the syntax. With pattern matching it would be great to get cons operators to allow
val head::rest := [1,2,3]
which would assign 1 to head and [2,3] to rest.The text was updated successfully, but these errors were encountered: