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
Create a function (like the sum : List Int -> Int we created yesterday) called lastElement which will take a List a and return the last element of the list.
Create a function (like the
sum : List Int -> Intwe created yesterday) calledlastElementwhich will take aList aand return the last element of the list.