(define-module (chibi repl) (export repl) (import-immutable (scheme)) (import (chibi process) (chibi term edit-line)) (include "repl.scm"))