Replace uses of unstable/hash with racket/hash.

This commit is contained in:
Vincent St-Amour 2015-07-17 15:31:29 -05:00
parent 72fb041211
commit 9abb1927ee
2 changed files with 2 additions and 3 deletions

View File

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

View File

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