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