public Func <Unit, S> FoldBack <S>(Lst <A> fa, S state, Func <S, A, S> f) => _ => fa.FoldBack(state, f);