utils: Export variable-mapping?

This commit is contained in:
Sergiu Ivanov 2020-02-19 23:37:32 +01:00
parent 07a9ad2ac5
commit d94f72b1a5
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
;; Functions with contracts
(contract-out [eval-with (-> variable-mapping? any/c any)]
[extract-symbols (-> any/c list?)])
;; Functions without contracts
variable-mapping?
;; Syntax
auto-hash-ref/explicit auto-hash-ref/:)