Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0b5d03d6b0fe6eec9f6a8cc33941032f > files > 44

ghc-enumerator-devel-0.4.13.1-1.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Data.Enumerator</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Data.Enumerator</DIV
><DIV CLASS="mini-synopsis"
><H1
>Types
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Data-Enumerator.html#t%3AStream" TARGET="main"
>Stream</A
> a</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Data-Enumerator.html#t%3AIteratee" TARGET="main"
>Iteratee</A
> a m b</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Data-Enumerator.html#t%3AStep" TARGET="main"
>Step</A
> a m b</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Data-Enumerator.html#t%3AEnumerator" TARGET="main"
>Enumerator</A
> a m b</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Data-Enumerator.html#t%3AEnumeratee" TARGET="main"
>Enumeratee</A
> ao ai m b</DIV
> <H1
>Primitives
</H1
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AreturnI" TARGET="main"
>returnI</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Acontinue" TARGET="main"
>continue</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Ayield" TARGET="main"
>yield</A
></DIV
> <H2
>Operators
</H2
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%3E%3E%3D%3D" TARGET="main"
>(&gt;&gt;==)</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%3D%3D%3C%3C" TARGET="main"
>(==&lt;&lt;)</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%24%24" TARGET="main"
>($$)</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%3E%3D%3D%3E" TARGET="main"
>(&gt;==&gt;)</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%3C%3D%3D%3C" TARGET="main"
>(&lt;==&lt;)</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%3D%24" TARGET="main"
>(=$)</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3A%24%3D" TARGET="main"
>($=)</A
></DIV
> <H2
>Running iteratees
</H2
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Arun" TARGET="main"
>run</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Arun_" TARGET="main"
>run_</A
></DIV
> <H2
>Error handling
</H2
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AthrowError" TARGET="main"
>throwError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AcatchError" TARGET="main"
>catchError</A
></DIV
> <H1
>Miscellaneous
</H1
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AconcatEnums" TARGET="main"
>concatEnums</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AjoinI" TARGET="main"
>joinI</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AjoinE" TARGET="main"
>joinE</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Asequence" TARGET="main"
>sequence</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AenumEOF" TARGET="main"
>enumEOF</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AcheckContinue0" TARGET="main"
>checkContinue0</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AcheckContinue1" TARGET="main"
>checkContinue1</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AcheckDoneEx" TARGET="main"
>checkDoneEx</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AcheckDone" TARGET="main"
>checkDone</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AisEOF" TARGET="main"
>isEOF</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AtryIO" TARGET="main"
>tryIO</A
></DIV
> <H2
>Testing and debugging
</H2
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AprintChunks" TARGET="main"
>printChunks</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AenumList" TARGET="main"
>enumList</A
></DIV
> <H1
>Legacy compatibility
</H1
> <H2
>Obsolete
</H2
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AliftTrans" TARGET="main"
>liftTrans</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AliftI" TARGET="main"
>liftI</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Apeek" TARGET="main"
>peek</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Alast" TARGET="main"
>last</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Alength" TARGET="main"
>length</A
></DIV
> <H2
>Aliases
</H2
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Ahead" TARGET="main"
>head</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Adrop" TARGET="main"
>drop</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AdropWhile" TARGET="main"
>dropWhile</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Aspan" TARGET="main"
>span</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Abreak" TARGET="main"
>break</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Aconsume" TARGET="main"
>consume</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Afoldl" TARGET="main"
>foldl</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Afoldl%27" TARGET="main"
>foldl'</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AfoldM" TARGET="main"
>foldM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Aiterate" TARGET="main"
>iterate</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AiterateM" TARGET="main"
>iterateM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Arepeat" TARGET="main"
>repeat</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3ArepeatM" TARGET="main"
>repeatM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Areplicate" TARGET="main"
>replicate</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AreplicateM" TARGET="main"
>replicateM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AgenerateM" TARGET="main"
>generateM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Amap" TARGET="main"
>map</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AmapM" TARGET="main"
>mapM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AconcatMap" TARGET="main"
>concatMap</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AconcatMapM" TARGET="main"
>concatMapM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3Afilter" TARGET="main"
>filter</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AfilterM" TARGET="main"
>filterM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AliftFoldL" TARGET="main"
>liftFoldL</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AliftFoldL%27" TARGET="main"
>liftFoldL'</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Enumerator.html#v%3AliftFoldM" TARGET="main"
>liftFoldM</A
></DIV
></DIV
></DIV
></BODY
></HTML
>