Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Haskellのfoldlと同等のpythonsreduceについては知っていますが、Haskellのfoldi/foldtに似たものを見つけることができませんLink_to_haskell_fold_examples
foldiとfoldtは標準のHaskell関数ではありません。これらは、リンクしたページで定義されている2つの関数にすぎません。もちろん、Pythonでも実装できます。