8 lines
106 B
Racket
8 lines
106 B
Racket
#lang typed/racket
|
|
|
|
|
|
(ann (let ((x 'b))
|
|
(if (equal? x 'a)
|
|
42
|
|
"foo")) Number)
|