0

I am writing a course on Functional Programming and one of the modules in the course covers lists, and another one cover trees. Both modules center on recursion and induction over these datatypes. I am seeking some material that covers these topics in order to include it as part of the course's bibliography.

Can anyone please link to a good resource (preferably a book) where I can find these topics explained?

Martin Copes
  • 931
  • 1
  • 7
  • 14

1 Answers1

1

May be The Craft of Functional Programming

Rob11311
  • 1,396
  • 8
  • 10