MUD Point Estimation, in Haskell.
Go to file
2024-05-18 20:56:37 +00:00
app choose different points for the example 2024-05-18 02:00:01 +00:00
src working code 2024-05-18 01:52:08 +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 install instructions 2024-05-18 20:56:37 +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

Run the demo:

stack run

tests

stack test