Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prillan/competition-monad
https://github.com/prillan/competition-monad
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prillan/competition-monad
- Owner: Prillan
- License: bsd-3-clause
- Created: 2021-01-15T12:06:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T12:07:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T00:21:27.288Z (2 months ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Competition Monads
This is an experimental project where I explore predicting and listing
possible tournament outcomes. The goal is to be as generic and
adaptable as possible in a two senses:- it should be easy to adapt to new competition formats and sports
- it should be easy to use new prediction methods for all available
competition formatsRight now this is using monad transformers in the "tagless-final"
style (see e.g. http://okmij.org/ftp/tagless-final/index.html and
http://felixmulder.com/writing/2020/08/08/Revisiting-application-structure.html).All of this is currently a work-in-progress.