(define-module (base) #:use-module (oop goops) #:export ( func)) (define-class ()) (define-method (func (self )) (format #t ": func\n"))