5 lines
85 B
Racket
5 lines
85 B
Racket
#lang typed/scheme
|
|
|
|
(: foo : (Integer -> Integer -> Integer))
|
|
(define ((foo x) y) 1)
|