`fold` returns `C` and `bimap` returns `Either<...
# functional
p
fold
returns
C
and
bimap
returns
Either<C, D>
.