Exemplo n.º 1
0
 public Lst <Y> bind(Lst <X> f, Func <X, Lst <Y> > g)
 => Lst.bind(f, g);
Exemplo n.º 2
0
 public Lst <Y> bind(Lst <X> list, Func <X, Lst <Y> > f)
 => Lst.bind(list, f);