示例#1
0
 public static Either <L, R> append <L, R>(Either <L, R> lhs, Either <L, R> rhs) =>
 lhs.Append(rhs);