(import coops) (import coops-primitive-objects) (define-generic (+ (x ) (y )) (string-append x y)) (+ "abc" "de")