(Partial for now) solutions to the excellent Haskell MOOC created by Joel Kaasinen (Nitor) and John Lång (University of Helsinki). The course includes automated tests for each exercise, allowing you to easily verify correctness.You may find their original code also here.
The easiest way is to use the Haskell tool stack. Navigate to the 'exercise' directory and run:
$ stack build
# replace <Number> with the exercise you want to check
$ run Set<Number>Test.hs
No large language models (LLMs) were used to solve these exercises. The goal was to learn Haskell through independent problem-solving.