rm
Original test:
(lambda ((x default)) #:name "x / (x^2 + 1)" (/ x (+ (sqr x) 1)) #:target (/ 1 (+ x (/ 1 x))))