/spreadsheet-haskell

Spreadsheet demo in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Spreadsheet simulation in Haskell, translated from OCaml

CI

This is an attempt at an idiomatic Haskell translation of a highly imperative dataflow system given in "How to implement a spreadsheet".

Build and run

The Haskell project uses Stack but of course you can just use Cabal.

Run the tests with

$ stack test

Compare different implementations