Skip to content

Commit b08a58a

Browse files
committed
hash-intersect
1 parent cbd4c4c commit b08a58a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typed-racket-lib/typed-racket/base-env/base-env.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@
10911091

10921092

10931093
[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)))]
10941095
[hash-union! (-poly (a b) (->* (list (-Mutable-HT a b)) (-HT a b) -Void))]
10951096

10961097
;; Section 4.15 (Sequences and Streams)

0 commit comments

Comments
 (0)