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

https://github.com/mrlsd/useful-haskell

Useful Haskell and algorithms
https://github.com/mrlsd/useful-haskell

Last synced: 11 months ago
JSON representation

Useful Haskell and algorithms

Awesome Lists containing this project

README

          

# Useful Haskell
Useful Haskell and algorithms.

## Requirements:
* GHC: **7.10+**
* stack: **The Haskell Tool Stack**

## How to:
* First setup: `make setup`
* Build: `make nuild`
* Build + Run: `make run`

### Currently implemented:
* simple linked-list
- [x] Insert
- [x] Length
- [x] Loop detection algorithm
- [x] Print linked list

### License: MIT