utils.rkt: Provide Variable, not Symbol.

This commit is contained in:
Sergiu Ivanov 2020-12-06 22:49:02 +01:00
parent 5943e2f6c7
commit 7dd9c4cc47
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
(require (for-syntax syntax/parse racket/list))
(provide Symbol VariableMapping
(provide Variable VariableMapping
eval-with eval1-with
extract-symbols
any->string stringify-variable-mapping string->any map-sexp