MUD Point Estimation, in Haskell.
app | ||
src | ||
test | ||
.gitignore | ||
mud.cabal | ||
package.yaml | ||
README.md | ||
Setup.hs | ||
stack.yaml | ||
stack.yaml.lock |
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