From f00fb6ead9833e42cd14701e49444cbd4de2a0e1 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 4 Dec 2020 02:27:40 +0100 Subject: [PATCH] utils-untyped.rkt: Don't export eval-with. --- utils-untyped.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils-untyped.rkt b/utils-untyped.rkt index 40a2c0d..f586461 100644 --- a/utils-untyped.rkt +++ b/utils-untyped.rkt @@ -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)]