mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Add (scheme lazy) to imports for srfi 41
This commit is contained in:
parent
6e2bd8d4b7
commit
4f23fb4e03
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
(define-library (srfi 41)
|
||||
(import (scheme base) (srfi 1))
|
||||
(import (scheme base) (scheme lazy) (srfi 1))
|
||||
(export
|
||||
stream-null stream-cons stream? stream-null? stream-pair?
|
||||
stream-car stream-cdr stream-lambda)
|
||||
|
|
Loading…
Add table
Reference in a new issue