Data.Enumerator

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

Primitives

returnI

continue

yield

Operators

(>>==)

(==<<)

($$)

(>==>)

(<==<)

(=$)

($=)

Running iteratees

run

run_

Error handling

throwError

catchError

Miscellaneous

concatEnums

joinI

joinE

sequence

enumEOF

checkContinue0

checkContinue1

checkDoneEx

checkDone

isEOF

tryIO

Testing and debugging

printChunks

enumList

Legacy compatibility

Obsolete

liftTrans

liftI

peek

last

length

Aliases

head

drop

dropWhile

span

break

consume

foldl

foldl'

foldM

iterate

iterateM

repeat

repeatM

replicate

replicateM

generateM

map

mapM

concatMap

concatMapM

filter

filterM

liftFoldL

liftFoldL'

liftFoldM