lesnitsky / 0110011001110000

1 stars 1 forks source link

List functions using Maybe #23

Open DaQuirm opened 4 years ago

DaQuirm commented 4 years ago

In addition to the safe version of the head function write the following list functions using Maybe for the return type in order to make them safe:

tail — returns all the elements after the head of a list init — returns all the elements but the last one last — returns the last element