Data.Enumerator

Core

Types

data Stream a

data Iteratee a m b

data Step a m b

type Enumerator a m b

type Enumeratee ao ai m b

returnI

yield

continue

Operators

(>>==)

(==<<)

($$)

(>==>)

(<==<)

Primitives

Error handling

throwError

catchError

Iteratees

foldl

foldl'

foldM

Enumerators

iterate

iterateM

repeat

repeatM

replicate

replicateM

generateM

Enumeratees

map

concatMap

filter

mapM

concatMapM

filterM

Debugging

printChunks

Misc. utilities

concatEnums

joinI

joinE

sequence

enumList

enumEOF

run

run_

checkDone

checkDoneEx

isEOF

Compatibility

Obsolete functions

liftTrans

liftI

peek

last

length

Deprecated aliases

head

drop

dropWhile

span

break

consume

liftFoldL

liftFoldL'

liftFoldM