Completing every advent of code problem in Idris 2 for fun and profit
Find a file
Nathan McCarty e2a26d9519 Overhaul logging
Provide a proper logging effect that filters messages by log level
before generating them.
2025-01-09 15:49:12 -05:00
src Overhaul logging 2025-01-09 15:49:12 -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 5 Part 1 2025-01-07 11:47:05 -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.

  • 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