mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
updating old module definitions
This commit is contained in:
parent
8146be0250
commit
5386fb9a16
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
(define-module (chibi net http)
|
||||
(define-library (chibi net http)
|
||||
(export http-get call-with-input-url with-input-from-url
|
||||
http-parse-request http-parse-form)
|
||||
(import-immutable (scheme) (srfi 39) (chibi net) (chibi io)
|
||||
(chibi uri) (chibi mime))
|
||||
(import (scheme) (srfi 39) (chibi net) (chibi io)
|
||||
(chibi uri) (chibi mime))
|
||||
(include "http.scm"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
(module (chibi term edit-line)
|
||||
(export edit-line edit-line-repl make-history history-insert! history-commit!
|
||||
history->list list->history buffer->string)
|
||||
(import-immutable (scheme) (chibi stty) (srfi 9))
|
||||
(define-library (chibi term edit-line)
|
||||
(export edit-line edit-line-repl make-history history-insert!
|
||||
history-commit! history->list list->history buffer->string)
|
||||
(import (scheme) (chibi stty) (srfi 9))
|
||||
(include "edit-line.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue