throw more generally useful re-exports in aoc.rkt

This commit is contained in:
xenia 2020-12-04 01:23:10 -05:00
parent 103587af65
commit 1b24d8142d
1 changed files with 3 additions and 2 deletions

View File

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