Completing every advent of code problem in Idris 2 for fun and profit
Find a file
Nathan McCarty fb2f643efa Make logging lazy in the string
Make the logging functions accept a Lazy String so we don't pay
formatting costs when we don't need to
2025-01-08 10:44:52 -05:00
src Make logging lazy in the string 2025-01-08 10:44:52 -05:00
.gitignore Year 2015 Day 4 Part 1 2025-01-07 09:34:59 -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