(import (chicken module) (binop)) (module (binop times) = binop (import scheme) (define (op x y) (* x y)))