(define-module (mod2) :use-module (oop goops)) (define-method (foo (arg1 )) (display "integer-foo\n")) (export foo)