As an Erlanger, one thing I envied about Haskell is its modules such as Data.List. It is well thought and carefully named, e.g. its intersperse, intercalate, and transpose functions. I wonder if there's Erlang project which tries to collect common data structure and utility implementations and presents them in a concise way.