This is an attempt at an idiomatic Haskell translation of a highly imperative dataflow system given in "How to implement a spreadsheet".
The Haskell project uses Stack but of course you can just use Cabal.
Run the tests with
$ stack testThis is an attempt at an idiomatic Haskell translation of a highly imperative dataflow system given in "How to implement a spreadsheet".
The Haskell project uses Stack but of course you can just use Cabal.
Run the tests with
$ stack test