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