src | ||
.gitignore | ||
advent.ipkg | ||
pack.toml | ||
README.md |
Advent
The goal of this project is to get all 500 currently available stars in the form of one single idris application, and thoroughly document the results as literate idris files.
Index of non-day modules
-
Provides data structures for structuring the division of the project into years, days, and parts.
Provides the Runner
based command line interface for running a selected day's
solution.
-
Provides extensions of the functionality of the standard library and external libraries. Extensions to the standard library are in the base of this module.
-
Extend the functionality of the effects included in the eff library
-
Provide views that enable recursively pattern matching numbers as lists of digits, in both ascending and descending order of significance.
-