Ticket #88 (new enhancement)
Add mapMaybe and catMaybes
| Reported by: | akio | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: | leuschner@… |
Description
I often want to use a vector analogue of mapMaybe from Data.Maybe. Working around it is typically awkward because it requires a use of fromJust.
I'll attach a patch that implements mapMaybe and a related function, catMaybes.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
