add new library to standard reprovides

This commit is contained in:
xenia 2020-12-07 02:35:11 -05:00
parent 3f4c2dea09
commit 69f78e5e6d
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
sharks
third party packages used so far
- `curly-fn` and `threading`: all
- `graph`: day 7 +
## a guide to this repo
### `(pregexp #px"([0-9]+).rkt" (list _ day))`

View File

@ -2,8 +2,8 @@
;; utilities for every challenge script
(require "aoc-lib.rkt" threading syntax/parse/define (for-syntax racket/syntax))
(provide answer dbg (all-from-out threading syntax/parse/define)
(require "aoc-lib.rkt" threading syntax/parse/define (for-syntax racket/syntax) graph)
(provide answer dbg (all-from-out threading syntax/parse/define graph)
(for-syntax (all-from-out racket/syntax)))
;; in-expression debug print, uwu