what\'s the diference between:
A):
type Player = (String, Int) name:: Player -> String name (n,_) = n number :: Player -> Int