File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
typed-racket-lib/typed-racket/base-env Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 985
985
[((-Immutable-HT a b) a (-> b b) (-> b)) (-Immutable-HT a b)]))]
986
986
[hash-remove (-poly (a b) (-> (-Immutable-HT a b) Univ (-Immutable-HT a b)))]
987
987
[hash-remove! (-poly (a b) (cl-> [((Un (-Mutable-HT a b) (-Weak-HT a b)) a) -Void]
988
- [((U -Mutable-HashTableTop -Weak-HashTableTop) a) -Void]))]
988
+ [((Un -Mutable-HashTableTop -Weak-HashTableTop) a) -Void]))]
989
989
[hash-clear! (-> -Mutable-HashTableTop -Void)]
990
990
[hash-clear (-poly (a b) (-> (-Immutable-HT a b) (-Immutable-HT a b)))]
991
991
[hash-copy-clear (-poly (a b) (cl-> [((-Immutable-HT a b)) (-Immutable-HT a b)]
1018
1018
[(-Mutable-HashTableTop) -Mutable-HashTableTop]
1019
1019
[((-Weak-HT a b)) (-Weak-HT a b)]
1020
1020
[(-Weak-HashTableTop) -Weak-HashTableTop]
1021
- [((-HT a b)) (U (-Mutable-HT a b) (-Weak-HT a b))]))]
1021
+ [((-HT a b)) (Un (-Mutable-HT a b) (-Weak-HT a b))]))]
1022
1022
[eq-hash-code (-> Univ -Fixnum)]
1023
1023
[eqv-hash-code (-> Univ -Fixnum)]
1024
1024
[equal-hash-code (-> Univ -Fixnum)]
You can’t perform that action at this time.
0 commit comments