forked from arcfide/chez-srfi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paths42.sls
More file actions
43 lines (43 loc) · 663 Bytes
/
Copy paths42.sls
File metadata and controls
43 lines (43 loc) · 663 Bytes
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 s42)
(export
:
:-dispatch-ref
:-dispatch-set!
:char-range
:dispatched
:do
:generator-proc
:integers
:let
:list
:parallel
:port
:range
:real-range
:string
:until
:vector
:while
any?-ec
append-ec
dispatch-union
do-ec
every?-ec
first-ec
fold-ec
fold3-ec
last-ec
list-ec
make-initial-:-dispatch
max-ec
min-ec
product-ec
string-append-ec
string-ec
sum-ec
vector-ec
vector-of-length-ec)
(import (srfi s42 eager-comprehensions))
)