Fixed the type for hash-ref!
original commit: 90252c9bd33e7205a5494dd13fc823d6df78b477
This commit is contained in:
parent
98738ea50a
commit
431d91bf89
|
@ -536,7 +536,8 @@
|
|||
(cl-> [((-HT a b) a) b]
|
||||
[((-HT a b) a (-> c)) (Un b c)]))]
|
||||
[hash-ref! (-poly (a b)
|
||||
(cl-> [((-HT a b) a (-> b)) b]))]
|
||||
(cl-> [((-HT a b) a b) b]
|
||||
[((-HT a b) a (-> b)) b]))]
|
||||
[hash-has-key? (-poly (a b) (-> (-HT a b) a B))]
|
||||
[hash-update! (-poly (a b)
|
||||
(cl-> [((-HT a b) a (-> b b)) -Void]
|
||||
|
|
Loading…
Reference in New Issue
Block a user