typeclasses / haskell-phrasebook

The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs
https://typeclasses.com/phrasebook
210 stars 22 forks source link

Create tree-traversals.hs #24

Open durvasa opened 5 years ago

durvasa commented 5 years ago

How to define a labelled tree type alongside two tree traversal functions: depth-first and breadth-first.