Add types to hasheq and hasheqv.
Merge to 6.0. original commit: 48a16b2b8a6cb0af6607a3056f6723f34da855f3
This commit is contained in:
parent
1fd8631786
commit
48dcf14b58
|
@ -727,6 +727,8 @@
|
|||
[hash-weak? (-> -HashTop B)]
|
||||
;; not a very useful type, but better than nothing
|
||||
[hash (-poly (a b) (-> (-HT a b)))]
|
||||
[hasheqv (-poly (a b) (-> (-HT a b)))]
|
||||
[hasheq (-poly (a b) (-> (-HT a b)))]
|
||||
[make-hash (-poly (a b) (->opt [(-lst (-pair a b))] (-HT a b)))]
|
||||
[make-hasheq (-poly (a b) (->opt [(-lst (-pair a b))] (-HT a b)))]
|
||||
[make-hasheqv (-poly (a b) (->opt [(-lst (-pair a b))] (-HT a b)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user