Gastón Tonietti
Results
13
comments of
Gastón Tonietti
You forgot `TraversableOnce` in the list of types it defaults to :smile:
Do you think we should introduce a `newtype` to implement `Applicative` (without `Monad`) ala `Validation` to combine using `par` instead of `bind`?
Then we get for free sequenced and parallel flavors for all the methods we have accepting `TraversableOnce` added recently