Home

Awesome

<!-- * [Haskell Programming from First Principles.pdf](https://github.com/dylannichols/Haskell-Book/blob/master/Chris%20Allen%20%26%20Julie%20Moronuki%20-%20Haskell%20Programming%20from%20First%20Principles.pdf) --> <!-- https://github.com/mongodb-haskell/mongodb/blob/master/test/Main.hs -->

Haskell

You can start with one of the learning source below. Type and compile some files and projects at examples/

This will be similar to the Rust Full Stack repository for Rust.

TODO

Reusable

Reference

Stack

Install hlint and other vsc plugin to help you write the better Haskell code from the beginning.

$curl -sSL https://get.haskellstack.org/ | sh (This installs stack)
$stack install hlint
// Then, install haskell, haskell-linter, error lens vsc plugin etc.

Web

I should include more examples.

Blog posts

You can also read other blog posts from the authors of those links.