Simplify type of hash-has-key?.
original commit: c0230fb6f4732445fedeed78953d54e20090fa25
This commit is contained in:
parent
fbc20f5c70
commit
3dad74141a
|
@ -719,8 +719,7 @@
|
|||
[hash-ref! (-poly (a b)
|
||||
(cl-> [((-HT a b) a b) b]
|
||||
[((-HT a b) a (-> b)) b]))]
|
||||
[hash-has-key? (-poly (a b) (cl-> [((-HT a b) a) B]
|
||||
[(-HashTop a) B]))]
|
||||
[hash-has-key? (-HashTop Univ . -> . B)]
|
||||
[hash-update! (-poly (a b)
|
||||
(cl-> [((-HT a b) a (-> b b)) -Void]
|
||||
[((-HT a b) a (-> b b) (-> b)) -Void]))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user