An open API service indexing awesome lists of open source software.

https://github.com/skailasa/haskell_practice

🌈 My haskell practice
https://github.com/skailasa/haskell_practice

fun functional-programming haskell-learning

Last synced: 22 days ago
JSON representation

🌈 My haskell practice

Awesome Lists containing this project

README

          

# Learning Haskell

Working through [real world haskell](http://book.realworldhaskell.org/) chapter by chapter.

## Run IHaskell Server

Binds pwd to `/books` in server.

```bash
chmod +x ihaskell.sh
./ihaskell.sh
```