Fork me on GitHub
#funcool
<
2016-07-15
>
luxbock10:07:44

@mattly: ah good to hear, thanks

luxbock12:07:17

there's no built-in way of mapping over a the Left of an Either is there?

luxbock12:07:17

I have a mlet block where functions work on over small parts of a larger datastructure, so I'm able to nicely log at what stage do things go wrong, but I'd also like to include the larger datastructure into the map that my Left branch returns so that I can quickly run tests on the failure case

luxbock12:07:19

but it feels a bit ugly EDIT: just realized there's m/left-map, doh