Пример #1
0
 public Seq <Y> bind(Seq <X> s, Func <X, Seq <Y> > f)
 => Seq.bind(s, f);
Пример #2
0
 public Seq <Y> bind(Seq <X> f, Func <X, Seq <Y> > g)
 => Seq.bind(f, g);