utils-untyped.rkt: Don't provide the contracts.

This commit is contained in:
Sergiu Ivanov 2020-12-06 23:40:17 +01:00
parent 03f51f188e
commit 36acbb508c

View File

@ -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))