Пример #1
0
 public Func <Unit, S> FoldBack <S>(Arr <A> fa, S state, Func <S, A, S> f) =>
 _ => fa.FoldBack(state, f);