Ok so based on that example I can do the following...
# arrow
r
Ok so based on that example I can do the following:
Copy code
fun runMe(): Kind<ForOption, String> {
    return Option
        .applicative()
        .map(foo, bar) { (a, b) -> concat(a, b) }
}