Can I add Result.map_ok! to the builtins? I've wanted to use that function on multiple occasions, but it did not exist :p
yep!
Is it an effectfull version of Result.map_ok?
hm, I just realized - what would this be used for? :thinking:
because effectful functions themselves usually return a Result - so wouldn't map_ok! usually produce a Result of a Result?
Hmm, yeah we don't want nested results, I'll come back to this when I feel like I need this function again :smile:
Last updated: Jun 16 2026 at 16:19 UTC