Last Updated:2025/11/20
To teach functional programming, I demonstrated how unfold constructs a list from a seed value by repeatedly applying a function.
See correct answer
To teach functional programming, I demonstrated how unfold constructs a list from a seed value by repeatedly applying a function.
音声機能が動作しない場合はこちらをご確認ください
Edit Histories(0)
Source Sentence
関数型プログラミングを教えるために、種となる値から関数を繰り返し適用してリストを構築する、foldの双対となる関数を実演しました。