Data.Enumerator

Types

data Iteratee a m b

type Enumerator a m b

type Enumeratee ao ai m b

Running iteratees

run

run_

Operators

(>>==)

(==<<)

($$)

(>==>)

(<==<)

(=$)

($=)

(=$=)

Error handling

throwError

catchError

Miscellaneous

concatEnums

joinI

joinE

sequence

isEOF

tryIO

liftTrans

Testing and debugging

printChunks

enumList

enumLists

runLists

runLists_

Internal interfaces

peek

last

length

liftI

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