add new library to standard reprovides
This commit is contained in:
parent
3f4c2dea09
commit
69f78e5e6d
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
sharks
|
sharks
|
||||||
|
|
||||||
|
third party packages used so far
|
||||||
|
- `curly-fn` and `threading`: all
|
||||||
|
- `graph`: day 7 +
|
||||||
|
|
||||||
## a guide to this repo
|
## a guide to this repo
|
||||||
|
|
||||||
### `(pregexp #px"([0-9]+).rkt" (list _ day))`
|
### `(pregexp #px"([0-9]+).rkt" (list _ day))`
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
;; utilities for every challenge script
|
;; utilities for every challenge script
|
||||||
|
|
||||||
(require "aoc-lib.rkt" threading syntax/parse/define (for-syntax racket/syntax))
|
(require "aoc-lib.rkt" threading syntax/parse/define (for-syntax racket/syntax) graph)
|
||||||
(provide answer dbg (all-from-out threading syntax/parse/define)
|
(provide answer dbg (all-from-out threading syntax/parse/define graph)
|
||||||
(for-syntax (all-from-out racket/syntax)))
|
(for-syntax (all-from-out racket/syntax)))
|
||||||
|
|
||||||
;; in-expression debug print, uwu
|
;; in-expression debug print, uwu
|
||||||
|
|
Loading…
Reference in New Issue