forked from pyske/PySke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skeletons.txt
45 lines (42 loc) · 1.51 KB
/
skeletons.txt
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
44
45
Skeletons SList SArray PList PArray
init X X
length X X X
empty X X X
map X X X
mapi X X X
map2 X X X
map2i X X X
zip X + X
scan X X
scanl X X X
scanl_last X X X
scanr X X
map_reduce X X
filter X X
get_partition X X
flatten X X
distribute * X
balance X X
gather X
gather_at_root X
scatter X
scatter_from_root X
scatter_range X
from_seq X
to_seq X
reverse X
permute
shift
bh
bh_spe
forwardExceptions
sort
groupBy
scanp ?
head R
tail R
X implemented
+ implemented but with a slightly different semantics than other modules
* assertion to check
R implemented but to be removed
? implemented but should it be kept or moved to support?