rm
Original test:
(lambda ((a (uniform 1 2)) (b (uniform 2 4)) (c (uniform 4 8)) (d (uniform 8 16)) (e (uniform 16 32))) #:name "Expression 1, p15" (+ (+ (+ (+ e d) c) b) a) #:target (+ (+ d (+ c (+ a b))) e))