Is there a resource with exercise solutions to the PureScript by Example book?
There are a few repos with solutions, but I couldn’t find a complete one.
An additional improvement would be to include unit tests in the companion repo for checking solutions. (At least for the testable non-proof exercises).
I found the exercism framework very nice for learning new languages. Each exercise is paired with tests, and you can compare answers with other users to check if you’re missing a more elegant solution. Would it be worthwhile to add the book exercises here? This also requires some research into whether custom problem-set tracks can be added.