Replace uses of unstable/hash with racket/hash.
This commit is contained in:
parent
72fb041211
commit
9abb1927ee
|
@ -5,7 +5,6 @@
|
|||
(define deps '(("base" #:version "6.2.0.2")
|
||||
"pconvert-lib"
|
||||
"unstable-contract-lib"
|
||||
"unstable-list-lib"
|
||||
"source-syntax"
|
||||
"compatibility-lib" ;; to assign types
|
||||
"string-constants-lib"))
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
(for-syntax
|
||||
racket/base
|
||||
syntax/parse)
|
||||
unstable/sequence unstable/hash
|
||||
racket/list)
|
||||
unstable/sequence
|
||||
racket/hash racket/list)
|
||||
|
||||
(import dmap^ constraints^)
|
||||
(export infer^)
|
||||
|
|
Loading…
Reference in New Issue
Block a user