haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
366 stars 139 forks source link

catMaybes #482

Closed flip111 closed 10 months ago

flip111 commented 10 months ago

Could catMaybes :: Vector (Maybe a) -> Vector a be added?

flip111 commented 10 months ago

Somehow i missed it's already there. Please delete this issue

lehins commented 10 months ago

@flip111 No worries.

FTR. It was implemented in #329