예제 #1
0
 public X Fold <X>(Func <A, B, X> f)
 {
     return(pair.Fold(f));
 }
예제 #2
0
 public X Fold <X>(Func <A, B, X> f) => pair.Fold(f);