Skip to content

Domino2357/HaskellMOOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Haskell MOOC Solutions

(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.

How to run the exercises

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

Note on Use of LLMs

No large language models (LLMs) were used to solve these exercises. The goal was to learn Haskell through independent problem-solving.

About

(For now partial) solutions to the excellent Haskell MOOC by Nitor and the University of Helsinki.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published