Matchers

list
soreted-list
multiset
set

Lists

nth
take
drop
take-and-drop
take-while
drop-while
cons
car
cdr
rac
rdc
length
map
map2
filter
zip
lookup
foldr
foldl
scanl
append
concat
reverse
intersperse
intercalate
split
split/m
find-cycle
repeat
repeat1
all
any
from
between

Multisets

add
add/m
delete-first
delete-first/m
delete
delete/m
difference
difference/m
include?
include?/m
union
union/m
intersect
intersect/m
member?
member?/m
count
count/m
frequency
frequency/m

Sets

unique
unique/m

What to do next...

Back to Home