Gotcha, so when you’re referring to sequential vs ...
# arrow
r
Gotcha, so when you’re referring to sequential vs parallel you mean: Sequential:
(A -> F<B>)
Parallel:
(A -> B) -> (F<A> -> B<A>)
just trying to understand terms 🙂. Are you further saying that Monadic operations need to be unary while Applicatives can be variadic?