Streaming.Prelude
data Of a b
yield
each
stdinLn
readLn
fromHandle
readFile
iterate
iterateM
repeat
repeatM
replicate
untilRight
cycle
replicateM
enumFrom
enumFromThen
seconds
unfoldr
stdoutLn
stdoutLn'
mapM_
print
toHandle
writeFile
effects
erase
drained
map
mapM
maps
mapped
for
with
subst
copy
duplicate
store
chain
sequence
filter
filterM
delay
intersperse
take
takeWhile
takeWhileM
drop
dropWhile
concat
scan
scanM
scanned
read
show
cons
slidingWindow
next
uncons
splitAt
split
breaks
break
breakWhen
span
group
groupBy
distinguish
switch
separate
unseparate
eitherToSum
sumToEither
sumToCompose
composeToSum
fold
fold_
foldM
foldM_
all
all_
any
any_
sum
sum_
product
product_
head
head_
last
last_
elem
elem_
notElem
notElem_
length
length_
toList
toList_
mconcat
mconcat_
minimum
minimum_
maximum
maximum_
foldrM
foldrT
zip
zipWith
zip3
zipWith3
unzip
partitionEithers
partition
catMaybes
mapMaybe
lazily
strictly
fst'
snd'
mapOf
_first
_second
reread
data Stream f m r