Ejemplo n.º 1
0
 public Seq <Y> bind(Seq <X> s, Func <X, Seq <Y> > f)
 => Seq.bind(s, f);
Ejemplo n.º 2
0
 public Seq <Y> bind(Seq <X> f, Func <X, Seq <Y> > g)
 => Seq.bind(f, g);