(define-module (circ-b)) (define (fb) (1+ (@ (circ-a) x))) (export fb)