maybe 1.1.0
Features
-
maybe_map3Evaluate a ternary function on three maybe values -
and_then2Evaluate a binary maybe returning function on two maybe values -
and_then3Evaluate a ternary maybe returning function on three maybe values
Bug fixes
- Fixed invisible return of maybe value to print correctly
maybe 1.0.0
CRAN release: 2022-05-28
Features
-
maybe_map2Evaluate a binary function on two maybe values -
maybe_caseUnwrap and call a function on a maybe value or return a default -
from_justUnwrap a ‘Just’ value or throw an error -
filter_justsFilter and unwrap a list of ‘Just’ values -
filter_mapMap a function over a list and filter only ‘Just’ values