List Unfolding - `unfold` as the Computational Dual of `fold`, and how `unfold` relates to `iterate`

In this deck we look at the following:

  • how unfolding lists is the computational dual of folding lists
  • different variants of the function for unfolding lists
  • how they relate to the iterate function
4 Likes