forked from arcfide/chez-srfi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paths41.sls
43 lines (43 loc) · 760 Bytes
/
s41.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!r6rs
;; Automatically generated by private/make-aliased-libraries.sps
(library (srfi s41)
(export
define-stream
list->stream
port->stream
stream
stream->list
stream-append
stream-car
stream-cdr
stream-concat
stream-cons
stream-constant
stream-drop
stream-drop-while
stream-filter
stream-fold
stream-for-each
stream-from
stream-iterate
stream-lambda
stream-length
stream-let
stream-map
stream-match
stream-null
stream-null?
stream-of
stream-pair?
stream-range
stream-ref
stream-reverse
stream-scan
stream-take
stream-take-while
stream-unfold
stream-unfolds
stream-zip
stream?)
(import (srfi s41 streams))
)