spebbe / dartz

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

Task combinators. #93

Closed cranst0n closed 2 years ago

cranst0n commented 2 years ago

@spebbe I realize this is kind of an expansive PR, but a bunch of the combinators are built on top of others. Let me know if you'd prefer breaking some of this stuff into smaller commits.

I also added a few extension methods on Task which is feature I don't see used anywhere else, though this may be from supporting Dart 1 in the past.

Looking forward to any feedback you have.

spebbe commented 2 years ago

Really great additions! Gotta try some things out but will review properly soon!