Foldable & Functor

Hello good morrning! I would like to ask what would be the best practice to learn foldable & functor.
Thanks!

3 Likes

Hi @carleslabon, for the pure programming concepts like Functors and Foldable, you can refer to any book or tutorial on functional programming, or Haskell in particular. My favourite is Learn You a Haskell.

4 Likes

I should also mention that I’m planning to write an 8th chapter to the Introduction to DAML docs pages which will cover these concepts as they are pretty important.

3 Likes

Thanks! @bernhard, I’ll check out on this one.

1 Like