Features
maybe_map3
Evaluate a ternary function on three maybe valuesand_then2
Evaluate a binary maybe returning function on two maybe valuesand_then3
Evaluate a ternary maybe returning function on three maybe valuesBug fixes
Features
maybe_map2
Evaluate a binary function on two maybe valuesmaybe_case
Unwrap and call a function on a maybe value or return a defaultfrom_just
Unwrap a 'Just' value or throw an errorfilter_justs
Filter and unwrap a list of 'Just' valuesfilter_map
Map a function over a list and filter only 'Just' valuesInternal changes
Major breaking changes
map_maybe
changed to maybe_map
flatten_maybe
changed to maybe_flatten
Features
maybe_contains
checks if a maybe value contains a specific valuemaybe_equal
checks if two maybe values are identicalInitial version