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