Or_unequal_lengths
is used for functions that take multiple lists and that only make
sense if all the lists have the same length, e.g., iter2
, map3
. Such functions
check the list lengths prior to doing anything else, and return Unequal_lengths
if
not all the lists have the same length.