Changelog
Source:NEWS.md
maybe 1.1.0
Features
-
maybe_map3
Evaluate a ternary function on three maybe values -
and_then2
Evaluate a binary maybe returning function on two maybe values -
and_then3
Evaluate 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_map2
Evaluate a binary function on two maybe values -
maybe_case
Unwrap and call a function on a maybe value or return a default -
from_just
Unwrap a ‘Just’ value or throw an error -
filter_justs
Filter and unwrap a list of ‘Just’ values -
filter_map
Map a function over a list and filter only ‘Just’ values