- Add additional
combine...
functions for mapping & pullingResult
values out of lists and tuples. - Add a
join
function for merging nestedResult
values. - Add a
filter
function for validating anOk
value or returning anErr
.
- Improve test coverage.
- Add toTask function to convert Results into Tasks.
- Add error function to convert Err values into Just values.
- Add partition function to split a list of Results into lists of Ok values & Err values.
- Add CHANGELOG file.