(import (chicken module) (binop)) (module (binop plus) = binop (import scheme) (define (op x y) (+ x y)))