utils/typed: Explicitly provide Variable and VariableMapping.
These are not useful outside of utils/typed as of yet, but the time will come.
This commit is contained in:
parent
69a7234665
commit
c1967816b4
1 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,10 @@
|
|||
(require typed/graph typed/rackunit
|
||||
(for-syntax syntax/parse racket/list))
|
||||
|
||||
(provide eval-with eval1-with auto-hash-ref/explicit auto-hash-ref/:
|
||||
(provide
|
||||
Variable VariableMapping
|
||||
|
||||
eval-with eval1-with auto-hash-ref/explicit auto-hash-ref/:
|
||||
extract-symbols any->string stringify-variable-mapping string->any
|
||||
handle-org-booleans map-sexp read-org-sexp unorg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue