MUD Point Estimation, in Haskell.
Go to file
Michael Pilosov 071c386136 cleanup
2024-06-09 17:55:56 +00:00
app choose different points for the example 2024-05-18 02:00:01 +00:00
src cleanup 2024-06-09 17:55:56 +00:00
test working code 2024-05-18 01:52:08 +00:00
.gitignore working code 2024-05-18 01:52:08 +00:00
mud.cabal working code 2024-05-18 01:52:08 +00:00
package.yaml working code 2024-05-18 01:52:08 +00:00
README.md cleanup 2024-06-09 17:55:56 +00:00
Setup.hs working code 2024-05-18 01:52:08 +00:00
stack.yaml working code 2024-05-18 01:52:08 +00:00
stack.yaml.lock working code 2024-05-18 01:52:08 +00:00

mud

install

Install the Haskell build tool stack and ensure ~/.local/bin is in your $PATH

curl -sSL https://get.haskellstack.org | sh -s - -d ~/.local/bin

Run the demo:

stack run

tests

stack test