Open nolanw opened 4 years ago
It's a little thing, but it was preventing returning nil in Swift, which makes tryMap kinda hard to use.
nil
tryMap
I can't explain the test failure in the CI build. Doesn't seem related to this change, and works ok for me locally. Happy to look into it if I'm missing something :)
It's a little thing, but it was preventing returning
nil
in Swift, which makestryMap
kinda hard to use.