chibi-scheme/lib/chibi/term/edit-line.module
Alex Shinn d451a053ca changed type opcode generators to use type objects, not ids
also fixed support for float/double types
2010-09-17 01:47:21 +00:00

5 lines
201 B
Text

(define-module (chibi term edit-line)
(export edit-line edit-line-repl make-history history-insert! history-commit!)
(import-immutable (scheme) (chibi stty) (srfi 9))
(include "edit-line.scm"))