Example #1
0
 // join (Control.Monad)
 public default <A> _<µ, A> join(_<µ, _<µ, A>> nestedNestedA) {
     return bind(nestedNestedA, Functions.<_<µ, A>>id());
 }