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 cbd4c4c commit b08a58aCopy full SHA for b08a58a
typed-racket-lib/typed-racket/base-env/base-env.rkt
@@ -1091,6 +1091,7 @@
1091
1092
1093
[hash-union (-poly (a b) (->* (list (-Immutable-HT a b)) (-HT a b) (-Immutable-HT a b)))]
1094
+[hash-intersect (-poly (a b) (->* (list (-Immutable-HT a b)) (-HT a b) (-Immutable-HT a b)))]
1095
[hash-union! (-poly (a b) (->* (list (-Mutable-HT a b)) (-HT a b) -Void))]
1096
1097
;; Section 4.15 (Sequences and Streams)
0 commit comments