We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9018d47 commit fa3e5a7Copy full SHA for fa3e5a7
typed-racket-lib/typed-racket/base-env/base-env.rkt
@@ -1048,7 +1048,9 @@
1048
[hash-count (-> -HashTableTop -Index)]
1049
[hash-empty? (-> -HashTableTop -Boolean)]
1050
[hash-keys (-poly (a b) (cl-> [((-HT a b)) (-lst a)]
1051
- [(-HashTableTop) (-lst Univ)]))]
+ [((-HT a b) -Boolean) (-lst a)]
1052
+ [(-HashTableTop) (-lst Univ)]
1053
+ [(-HashTableTop -Boolean) (-lst Univ)]))]
1054
[hash-values (-poly (a b) (cl-> [((-HT a b)) (-lst b)]
1055
[(-HashTableTop) (-lst Univ)]))]
1056
[hash->list (-poly (a b) (cl-> [((-HT a b)) (-lst (-pair a b))]
0 commit comments