public static S fold <S, K, V>(HMap <K, V> map, S state, Func <S, V, S> folder) => map.Fold(state, folder);