(import (chicken repl)) (module m (1+) (import (scheme)) (define (1+ x) (+ 1 x))) (repl)