utils: Add contracts to the functions.
This commit is contained in:
parent
bdff8e31c9
commit
a4deb44d10
1 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,10 @@
|
||||||
(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/: eval-with eval-with1
|
(provide auto-hash-ref/explicit auto-hash-ref/:)
|
||||||
extract-symbols)
|
(provide (contract-out [eval-with (-> hash? any/c any)]
|
||||||
|
[eval-with1 (-> hash? any/c any/c)]
|
||||||
|
[extract-symbols (-> any/c list?)]))
|
||||||
|
|
||||||
;;; ===================
|
;;; ===================
|
||||||
;;; HashTable Injection
|
;;; HashTable Injection
|
||||||
|
|
Loading…
Reference in a new issue