True iff all the values of the list are different Input : a list Output : nil if the list contains the same value twice t if all the values in the list are differents.