spebbe / dartz

Functional programming in Dart
MIT License
749 stars 60 forks source link

Change Option#map to not assume not-null #60

Closed wytrych closed 4 years ago

wytrych commented 4 years ago

The map assumed we always return a non-null value while this cannot be guaranteed