Haskell starter code and solutions for the exercises from the book "Purely functional data structures"
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
solutions
templates
README.md
Testing.hs

README.md

pfds

Haskell starter code and solutions for the exercises from the book "Purely functional data structures"

Work with the code in templates/. Your goal is to get all the tests passing. The tests are run with doctest templates/<chapter>.hs.