haskell - Resource for learning recursion and induction over lists and trees? -


i writing course on functional programming , 1 of modules in course covers lists, , 1 cover trees. both modules center on recursion , induction on these datatypes. seeking material covers these topics in order include part of course's bibliography.

can please link resource (preferably book) can find these topics explained?

may the craft of functional programming


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -