utils: Export variable-mapping?
This commit is contained in:
parent
07a9ad2ac5
commit
d94f72b1a5
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
;; Functions with contracts
|
;; Functions with contracts
|
||||||
(contract-out [eval-with (-> variable-mapping? any/c any)]
|
(contract-out [eval-with (-> variable-mapping? any/c any)]
|
||||||
[extract-symbols (-> any/c list?)])
|
[extract-symbols (-> any/c list?)])
|
||||||
|
;; Functions without contracts
|
||||||
|
variable-mapping?
|
||||||
;; Syntax
|
;; Syntax
|
||||||
auto-hash-ref/explicit auto-hash-ref/:)
|
auto-hash-ref/explicit auto-hash-ref/:)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue