Null()
Tail()
Head()
=
Head
Specification: Returns the head element h of l.
Constraints: It is illegal to apply Head to an empty l.
Complexity: O(1).