haskell
haskell copied to clipboard
Interested in CI?
Hi. I stumbled upon this project recently via random searches for Haskell projects on GitHub. I like the idea of having a collection of algorithms but I have a few suggestions:
- [ ] Would you like to have build files for each algorithm so that people cloning the repository can just build and run the code?
- [ ] Would you like to have a test suite for each algorithm to prove that they work?
- [ ] Finally, would you like to have CI added so that new PRs ensure that each algorithm has tests and passes them after refactorings and other changes?
If yes, I can contribute to this :)