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)
|
||||
(for-syntax racket/list))
|
||||
|
||||
(provide auto-hash-ref/explicit auto-hash-ref/:)
|
||||
(provide (contract-out [eval-with (-> variable-mapping? any/c any)]
|
||||
[extract-symbols (-> any/c list?)]))
|
||||
(provide
|
||||
;; Functions with contracts
|
||||
(contract-out [eval-with (-> variable-mapping? any/c any)]
|
||||
[extract-symbols (-> any/c list?)])
|
||||
;; Syntax
|
||||
auto-hash-ref/explicit auto-hash-ref/:)
|
||||
|
||||
;;; ===================
|
||||
;;; HashTable Injection
|
||||
|
|
Loading…
Reference in a new issue