haskell-mooc
haskell-mooc copied to clipboard
Haskell MOOC University of Helsinki
Adding [HLint](https://github.com/ndmitchell/hlint) or some other lint to CI/CD would make the .hs files already linted and the user shouldn't have to lint and guess the style themselves.
Do let me know if this is too much or I understood this wrong but I remember when people got offended in the walking dead finale about the same words...
Below is a suggested rework of part 2.1 to reduce the requirement of knowledge about Java, Python or other imperative programming languages and to focus instead on how Haskell would...
Right now hints are attached to the exercise description so NOT reading them is really hard. They often gave me too much help and spoiled the fun of inventing the...
When I did the last exercise (interpreter) I found it interesting to use [Data.Maybe.mapMaybe](http://zvon.org/other/haskell/Outputmaybe/mapMaybe_f.html). Unfortunately in the same file, in the 2nd exercise, there is a function with the same...
`Set14a.hs` is really problematic. The exercise tells you to consult the documentation, which offers functions like `isValidUtf8` and `decodeUtf8Lenient`. But if you try to use them you see the packages...
shouldCapitalize -> should capitalize Not sure if it's an actual typo or it's intended to avoid the clash with the actual function name `capitalize`. P.S. Thank you for such a...
In vscode this fixes the warning made by haddock.
"... and computed the value of the list." -> "... and computed the length of the list."