spebbe / dartz

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

Fix Task.flatTap signature. #108

Open cranst0n opened 2 years ago

cranst0n commented 2 years ago

I just realized I really goofed up the flatTap signature when I implemented it a while back. This fixes the signature so the dependent task takes the computed value as an argument.