#lang typed/racket/base/no-check (: f (Integer -> Any)) (define (f x) (add1 "")) (lambda (#{x : String}) (string-append " " x))