From: Bill W. <wil...@co...> - 2005-10-03 01:48:58
|
(Hi, it's me again :-) Is there a compelling reason why map2, iter2, fold_left2, fold_right2, for_all2, exists2 and combine require their two list arguments to be of the same length? Analogous functions in Common Lisp, Haskell and SML (zip vs zipEq) don't make that restriction. Thanks, -- Bill Wood bil...@ac... |