~gdanix/University_Helsinki_Haskell_MOOC_solutions

My solutions for the Haskell MOOC from the University of Helsinki (https://haskell.mooc.fi)
25178293 — Joel Kaasinen 4 years ago
Set 10a Ex 7: fix typo in example
c9fbcca1 — Joel Kaasinen 4 years ago
lecture 1: fix typo
5c5c6a12 — Joel Kaasinen 4 years ago
convert some http links to https

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~gdanix/University_Helsinki_Haskell_MOOC_solutions
read/write
git@git.sr.ht:~gdanix/University_Helsinki_Haskell_MOOC_solutions

You can also use your local clone with git send-email.

#Haskell MOOC

Course logo

University of Helsinki

Course page

License: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

#About the course

This is an online course on Functional Programming that uses the Haskell programming language. You can study at your own pace. All the material and exercises are openly available.

The course is inteded to be followed through the Course page, but in case the course page is down or you want an offline backup, the course material is also availble in this repository.

#Exercises

Exercises can be found under exercises/ directory. All required dependencies can be downloaded and built with:

stack build

Exercises are Haskell source code files named Set1.hs, Set2.hs and so on. You complete the exercises by editing the file according to the instructions in the file. You can check your answers by running

stack runhaskell SetXTest.hs

in the exercises/ directory. Remember to replace X with the number of the set you are working on.

See the material for more info.

#Reporting errors

If you notice an error in these materials, you can report it via

Do not follow this link