Exemple #1
0
 public static Fin <B> bimap <A, B>(Fin <A> ma, Func <A, B> Succ, Func <Error, Error> Fail) =>
 ma.BiMap(Succ, Fail);