[erlang-questions] Human readable errors in lists module

Zvi exta7@REDACTED
Thu Feb 12 18:22:28 CET 2009


I think instead of "fixing" lists:zipwith, it's better to add parallel list
comprehensions, i.e.:

lists:zipwith(F, Xs, Ys) = [F(X,Y) || X<-Xs ; Y<-Ys].  

Note ";" instead of ",".

Zvi

-- 
View this message in context: http://www.nabble.com/Human-readable-errors-in-lists-module-tp21936024p21980676.html
Sent from the Erlang Questions mailing list archive at Nabble.com.




More information about the erlang-questions mailing list