Completing every advent of code problem in Idris 2 for fun and profit
Find a file
2025-01-17 13:49:30 -05:00
src Year 2015 Day 8 Part 2 2025-01-17 13:49:30 -05:00
.gitignore Overhaul logging 2025-01-09 15:49:12 -05:00
advent.ipkg Add grid module 2025-01-07 21:40:23 -05:00
pack.toml Initial commit 2025-01-04 09:48:10 -05:00
README.md Year 2015 Day 8 Part 1 2025-01-17 13:28:21 -05:00

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

  • Runner

    Provides data structures for structuring the division of the project into years, days, and parts.

  • Main

Provides the Runner based command line interface for running a selected day's solution.

  • Util

    Provides extensions of the functionality of the standard library and external libraries. Extensions to the standard library are in the base of this module.

    • Util.Eff

      Extend the functionality of the effects included in the eff library

Index of years and days