4 lines
82 B
Racket
4 lines
82 B
Racket
(module patch scheme
|
|
(define srfi48::format format)
|
|
(provide srfi48::format))
|