4 lines
87 B
Text
4 lines
87 B
Text
(define* (some-func x y z) RIGHT
|
|
(let ((a x)
|
|
(b y))
|
|
(ChangeMe a b)))
|