예제 #1
0
 public static EitherUnsafe <L, R> Flatten <L, R>(this EitherUnsafe <L, EitherUnsafe <L, R> > ma) =>
 ma.Bind(identity);