utils-untyped.rkt: Don't provide the contracts.
This commit is contained in:
parent
03f51f188e
commit
36acbb508c
1 changed files with 1 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue