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
It is not possible at the moment to make use of [] in order to access a certain element of a list. For example, if l is a list, then l[0] should be the head of the list.
Also, the function List.nth is not recognised by cameleer.
The text was updated successfully, but these errors were encountered:
It is not possible at the moment to make use of [] in order to access a certain element of a list. For example, if l is a list, then l[0] should be the head of the list.
Also, the function List.nth is not recognised by cameleer.
The text was updated successfully, but these errors were encountered: