utils: Restructure the provides.
This commit is contained in:
parent
5dbdde1610
commit
07a9ad2ac5
1 changed files with 6 additions and 3 deletions
|
@ -7,9 +7,12 @@
|
||||||
(require (for-syntax syntax/parse)
|
(require (for-syntax syntax/parse)
|
||||||
(for-syntax racket/list))
|
(for-syntax racket/list))
|
||||||
|
|
||||||
(provide auto-hash-ref/explicit auto-hash-ref/:)
|
(provide
|
||||||
(provide (contract-out [eval-with (-> variable-mapping? any/c any)]
|
;; Functions with contracts
|
||||||
[extract-symbols (-> any/c list?)]))
|
(contract-out [eval-with (-> variable-mapping? any/c any)]
|
||||||
|
[extract-symbols (-> any/c list?)])
|
||||||
|
;; Syntax
|
||||||
|
auto-hash-ref/explicit auto-hash-ref/:)
|
||||||
|
|
||||||
;;; ===================
|
;;; ===================
|
||||||
;;; HashTable Injection
|
;;; HashTable Injection
|
||||||
|
|
Loading…
Reference in a new issue