lastMay package:indexed-containers

The last element of a list.
lastMay (empty :: NList 0 Int) === Nothing
lastMay (mk3 'a' 'b' 'c') === Just 'c'