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.
consing-onto-static-list
1 parent f70fb04 commit 9d7a10dCopy full SHA for 9d7a10d
typed-racket-lib/typed-racket/private/type-contract.rkt
@@ -901,8 +901,8 @@
901
[sc* (remove-duplicates sc*)]
902
[sc* (remove-overlap sc*
903
(list
904
- (cons vector?/sc (list mutable-vector?/sc immutable-vector?/sc))
905
- (cons hash?/sc (list mutable-hash?/sc weak-hash?/sc immutable-hash?/sc))))])
+ (list vector?/sc mutable-vector?/sc immutable-vector?/sc)
+ (list hash?/sc mutable-hash?/sc weak-hash?/sc immutable-hash?/sc)))])
906
(apply shallow-or/sc sc*))]
907
[t (t->sc t bound-all-vars)])]
908
[(Intersection: ts raw-prop)
0 commit comments