minimumBy +base
The minimumBy function takes a comparison function and a list and returns the least element of the list by the comparison function. The list must be finite and non-empty.
The least element of a non-empty structure with respect to the given comparison function.