throw more generally useful re-exports in aoc.rkt
This commit is contained in:
parent
103587af65
commit
1b24d8142d
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
;; utilities for every challenge script
|
;; utilities for every challenge script
|
||||||
|
|
||||||
(require "aoc-lib.rkt" threading)
|
(require "aoc-lib.rkt" threading syntax/parse/define (for-syntax racket/syntax))
|
||||||
(provide answer dbg (all-from-out threading))
|
(provide answer dbg (all-from-out threading syntax/parse/define)
|
||||||
|
(for-syntax (all-from-out racket/syntax)))
|
||||||
|
|
||||||
;; in-expression debug print, uwu
|
;; in-expression debug print, uwu
|
||||||
(define (dbg x)
|
(define (dbg x)
|
||||||
|
|
Loading…
Reference in New Issue