I find `bind` a better name than `flatMap` because...
# functional
r
I find
bind
a better name than
flatMap
because
flatMap
does not convey that is binding two computations and
flatMap
seems more collection oriented than generalized for all data types capable of providing a monad instance.