utils-untyped.rkt: Don't export eval-with.

This commit is contained in:
Sergiu Ivanov 2020-12-04 02:27:40 +01:00
parent 6cee8a49d9
commit f00fb6ead9
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@
(provide
;; Functions
(contract-out [eval-with (-> variable-mapping? any/c any)]
[extract-symbols (-> any/c list?)]
(contract-out [extract-symbols (-> any/c list?)]
[any->string (-> any/c string?)]
[stringify-variable-mapping (-> variable-mapping? string-variable-mapping?)]
[string->any (-> string? any/c)]