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