Skip to content

Commit 74bdc52

Browse files
NoahStoryMsamth
authored andcommitted
Testing type annotations for case-λ
1 parent 3c2d446 commit 74bdc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-test/succeed/unicode-aliases.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
(define bar
1212
(case-λ
1313
[() #t]
14-
[(_) #f]))
14+
[([_ : Any]) #f]))
1515
(bar)
1616
(bar bar)

0 commit comments

Comments
 (0)