File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
typed-racket-lib/typed-racket/base-env Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 77 (except-in racket -> ->* one-of/c class )
88 racket/unsafe/ops
99 racket/unsafe/undefined
10+ racket/hash
1011 (only-in racket/extflonum floating-point-bytes->extfl extfl->floating-point-bytes)
1112 ;(only-in rnrs/lists-6 fold-left)
1213 '#%paramz
10881089[make-immutable-custom-hash (->opt (-> Univ Univ Univ) (-> Univ -Nat) [(-> Univ -Nat)] Univ)]
10891090[make-weak-custom-hash (->opt (-> Univ Univ Univ) (-> Univ -Nat) [(-> Univ -Nat)] Univ)]
10901091
1092+
1093+ [hash-union (-poly (a b) (->* (list (-Immutable-HT a b)) (-HT a b) (-Immutable-HT a b)))]
1094+ [hash-union! (-poly (a b) (->* (list (-Mutable-HT a b)) (-HT a b) -Void))]
1095+
10911096;; Section 4.15 (Sequences and Streams)
10921097[sequence? (make-pred-ty -SequenceTop)]
10931098[in-sequences
You can’t perform that action at this time.
0 commit comments