Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 3.26 KB

README.md

File metadata and controls

65 lines (44 loc) · 3.26 KB

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

  • Include CLI with mongodb to prod folder or private repositroy. (WIP, should organize this.)
  • Follow this for movie-monad

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.