Bibiiii / haskell-banking-app

A fake banking app in Haskell that uses concurrency and parallelism to transfer money between 10 random accounts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskellBankingApp

A small banking application in Haskell, making use of concurrency and parallelism.

Running the app

The app can be compiled and executed in one using stack run

Alternatively, you can build using stack build and then execute using the resulting terminal command stack exec <given-command-here>

Documentation

Documentation can be created by running stack haddock

Docs have already been created and can be viewable at ./doc/index.html

About

A fake banking app in Haskell that uses concurrency and parallelism to transfer money between 10 random accounts.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%