Esempio n. 1
0
 Seq <L> LContained()
 => IsLeft?Seq.singleton(Left) : Seq.zero <L>();
Esempio n. 2
0
 Seq <R> RContained()
 => IsRight?Seq.singleton(Right) : Seq.zero <R>();
Esempio n. 3
0
 public Seq <X> pure(X x)
 => Seq.singleton(x);