31 Jul
2014
31 Jul
'14
12:07 p.m.
On 07/30/2014 11:53 PM, Louis Dionne wrote:
I agree that `bind` isn't a good choice. I'll think of something, but `apply` and `compute` are out of question because Monads are not computations; that's just one metaphor.
I do not associate 'apply' with computation. The documentation of hana::bind states that it "Appl[ies] a function returning a monad to the value(s) inside a monad", so 'apply' does not seem like such a bad name.