Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 778 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 778 Bytes

Decision Theory implementations in Haskell

References

Running

Use stack ghci to start a REPL session with all the src modules loaded. If you want to play with the test cases, use stack ghci --test to load them, too.

Use stack test to simply run all tests.