File tree 2 files changed +5
-2
lines changed
tests/typed-racket/succeed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ #lang typed/racket
2
+
3
+ (let: loop : Integer ([b #t ]) 3 )
Original file line number Diff line number Diff line change @@ -428,10 +428,10 @@ This file defines two sorts of primitives. All of them are provided into any mod
428
428
#,(quasisyntax/loc stx
429
429
(lambda (bs.ann-name ... ) . #,(syntax/loc stx body)))])
430
430
#,(quasisyntax/loc stx nm)))]
431
- [(: ret-ty (bs:optionally-annotated-binding ... ) . body )
431
+ [(: ret-ty (bs:optionally-annotated-binding ... ) body ... bod )
432
432
(quasisyntax/loc stx
433
433
(letrec ([nm #,(quasisyntax/loc stx
434
- (lambda (bs.ann-name ... ) . (ann #,(syntax/loc stx body ) ret-ty)))])
434
+ (lambda (bs.ann-name ... ) body ... (ann #,(syntax/loc stx bod ) ret-ty)))])
435
435
#,(quasisyntax/loc stx nm)))]
436
436
[((bs:optionally-annotated-binding ... ) . body)
437
437
(quasisyntax/loc stx
You can’t perform that action at this time.
0 commit comments