You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using haskell and a bit of bash + coreutils as a meme
How to run
Haskell
stack run -- <list of modules to run or leave empty to run them all sequentially>
stack test# To run tests
stack test --ta '-p "01"'# To run tests for first day only