andymac-2 / haskell-docs

MIT License
0 stars 3 forks source link

Add Tree exercises: Representation, traversal, mapping #6

Closed Bargsteen closed 6 years ago

Bargsteen commented 6 years ago

For #1

I always liked the tree exercises. They are good for helping you think recursively and see the power of algebraic data types.