``` combinations([1], 2) ``` Should return `[]` but instead returns `[[1]]` Analog for all cases where min length > cardinality of input