File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
typed-racket-lib/typed-racket/base-env
typed-racket-test/unit-tests Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 525525 [-> (-lst (-lst a)) (-lst a)]))]
526526[cadr (-poly (a b c)
527527 (cl->* [->acc (list (-pair a (-pair b c))) b (list -car -cdr)]
528+ [-> (-pair a (-lst b)) b]
528529 [-> (-lst a) a]))]
529530[cddr (-poly (a b c)
530531 (cl->* [->acc (list (-pair a (-pair b c))) c (list -cdr -cdr)]
532+ [-> (-pair a (-lst b)) (-lst b)]
533+ [-> (-pair a (-pair b (-lst c))) (-lst c)]
531534 [-> (-lst a) (-lst a)]))]
532535
533536[caaar (-poly (a b c d)
Original file line number Diff line number Diff line change 53195319 ;; https://github.com/racket/typed-racket/issues/605
53205320 (hash 0 1 2 3 4 5 6 7 8 0 )
53215321 (-Immutable-HT -Byte -Byte))
5322+
5323+
5324+ (tc-e (cadr (ann (cons "a " (list 1 2 3 )) (Pairof String (Listof Byte))))
5325+ -Byte)
53225326 )
53235327 (if (extflonum-available?)
53245328
You can’t perform that action at this time.
0 commit comments