7 lines
89 B
Racket
7 lines
89 B
Racket
#;
|
|
(exn-pred #rx"Expected result: AnyValues")
|
|
|
|
#lang typed/racket
|
|
|
|
(map "hello" "world")
|