From 36acbb508c930d9ecb7d3f1620b60391416178d6 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 6 Dec 2020 23:40:17 +0100 Subject: [PATCH] utils-untyped.rkt: Don't provide the contracts. --- utils-untyped.rkt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/utils-untyped.rkt b/utils-untyped.rkt index 9855d92..dd2b23b 100644 --- a/utils-untyped.rkt +++ b/utils-untyped.rkt @@ -47,11 +47,7 @@ [#:combine (-> any/c any/c any/c) #:combine/key (-> any/c any/c any/c any/c)] #:rest (listof hash?) - (and/c hash? immutable?))]) - ;; Contracts - (contract-out [variable-mapping? contract?] - [string-variable-mapping? contract?] - [general-pair/c (-> contract? contract? contract?)])) + (and/c hash? immutable?))])) (module+ test (require rackunit))