I got a question about `fold`, so I took a look at the signature: ``` @Task(α, β) => (α → γ), (β → γ) → Task(δ, γ) ``` This is not a fold, this is bimap.
I got a question about
fold, so I took a look at the signature:This is not a fold, this is bimap.