1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<title>Haskell 98 Library Index</title><body bgcolor="#ffffff"> <i>The Haskell 98 Library Report</i><br><a href="index.html">top</a> <br><h3>Haskell 98 Library Report: Index</h3>
<UL><LI><a href="introduction.html#sect1">1<tt> </tt>Introduction</a>
<LI><a href="ratio.html#sect2">2<tt> </tt>Rational Numbers</a>
<LI><a href="ratio.html#sect2.1">2.1<tt> </tt>Library <tt>Ratio</tt></a>
<LI><a href="complex.html#sect3">3<tt> </tt>Complex Numbers</a>
<LI><a href="complex.html#sect3.1">3.1<tt> </tt>Library <tt>Complex</tt></a>
<LI><a href="numeric.html#sect4">4<tt> </tt>Numeric</a>
<LI><a href="numeric.html#sect4.1">4.1<tt> </tt>Library <tt>Numeric</tt></a>
<LI><a href="ix.html#sect5">5<tt> </tt>Indexing Operations</a>
<LI><a href="ix.html#sect5.1">5.1<tt> </tt>Deriving Instances of <tt>Ix</tt></a>
<LI><a href="ix.html#sect5.2">5.2<tt> </tt>Library <tt>Ix</tt></a>
<LI><a href="array.html#sect6">6<tt> </tt>Arrays</a>
<LI><a href="array.html#sect6.1">6.1<tt> </tt>Array Construction</a>
<LI><a href="array.html#sect6.1.1">6.1.1<tt> </tt>Accumulated Arrays</a>
<LI><a href="array.html#sect6.2">6.2<tt> </tt>Incremental Array Updates</a>
<LI><a href="array.html#sect6.3">6.3<tt> </tt>Derived Arrays</a>
<LI><a href="array.html#sect6.4">6.4<tt> </tt>Library <tt>Array</tt></a>
<LI><a href="list.html#sect7">7<tt> </tt>List Utilities</a>
<LI><a href="list.html#sect7.1">7.1<tt> </tt>Indexing lists</a>
<LI><a href="list.html#sect7.2">7.2<tt> </tt>"Set" operations</a>
<LI><a href="list.html#sect7.3">7.3<tt> </tt>List transformations</a>
<LI><a href="list.html#sect7.4">7.4<tt> unfoldr</tt></a>
<LI><a href="list.html#sect7.5">7.5<tt> </tt>Predicates</a>
<LI><a href="list.html#sect7.6">7.6<tt> </tt>The "<tt>By</tt>" operations</a>
<LI><a href="list.html#sect7.7">7.7<tt> </tt>The "<tt>generic</tt>" operations</a>
<LI><a href="list.html#sect7.8">7.8<tt> </tt>Library <tt>List</tt></a>
<LI><a href="maybe.html#sect8">8<tt> </tt>Maybe Utilities</a>
<LI><a href="maybe.html#sect8.1">8.1<tt> </tt>Library <tt>Maybe</tt></a>
<LI><a href="char.html#sect9">9<tt> </tt>Character Utilities</a>
<LI><a href="char.html#sect9.1">9.1<tt> </tt>Library <tt>Char</tt></a>
<LI><a href="monad.html#sect10">10<tt> </tt>Monad Utilities</a>
<LI><a href="monad.html#sect10.1">10.1<tt> </tt>Naming conventions</a>
<LI><a href="monad.html#sect10.2">10.2<tt> </tt>Class <tt>MonadPlus</tt></a>
<LI><a href="monad.html#sect10.3">10.3<tt> </tt>Functions</a>
<LI><a href="monad.html#sect10.4">10.4<tt> </tt>Library <tt>Monad</tt></a>
<LI><a href="io.html#sect11">11<tt> </tt>Input/Output</a>
<LI><a href="io.html#sect11.1">11.1<tt> </tt>I/O Errors</a>
<LI><a href="io.html#sect11.2">11.2<tt> </tt>Files and Handles</a>
<LI><a href="io.html#sect11.2.1">11.2.1<tt> </tt>Semi-Closed Handles</a>
<LI><a href="io.html#sect11.2.2">11.2.2<tt> </tt>Standard Handles</a>
<LI><a href="io.html#sect11.3">11.3<tt> </tt>Opening and Closing Files</a>
<LI><a href="io.html#sect11.3.1">11.3.1<tt> </tt>Opening Files</a>
<LI><a href="io.html#sect11.3.2">11.3.2<tt> </tt>Closing Files</a>
<LI><a href="io.html#sect11.4">11.4<tt> </tt>Determining the Size of a File</a>
<LI><a href="io.html#sect11.4.1">11.4.1<tt> </tt>Detecting the End of Input</a>
<LI><a href="io.html#sect11.4.2">11.4.2<tt> </tt>Buffering Operations</a>
<LI><a href="io.html#sect11.4.3">11.4.3<tt> </tt>Flushing Buffers</a>
<LI><a href="io.html#sect11.5">11.5<tt> </tt>Repositioning Handles</a>
<LI><a href="io.html#sect11.5.1">11.5.1<tt> </tt>Revisiting an I/O Position</a>
<LI><a href="io.html#sect11.5.2">11.5.2<tt> </tt>Seeking to a new Position</a>
<LI><a href="io.html#sect11.6">11.6<tt> </tt>Handle Properties</a>
<LI><a href="io.html#sect11.7">11.7<tt> </tt>Text Input and Output</a>
<LI><a href="io.html#sect11.7.1">11.7.1<tt> </tt>Checking for Input</a>
<LI><a href="io.html#sect11.7.2">11.7.2<tt> </tt>Reading Ahead</a>
<LI><a href="io.html#sect11.8">11.8<tt> </tt>Examples</a>
<LI><a href="io.html#sect11.8.1">11.8.1<tt> </tt>Summing Two Numbers</a>
<LI><a href="io.html#sect11.8.2">11.8.2<tt> </tt>Copying Files</a>
<LI><a href="directory.html#sect12">12<tt> </tt>Directory Functions</a>
<LI><a href="system.html#sect13">13<tt> </tt>System Functions</a>
<LI><a href="time.html#sect14">14<tt> </tt>Dates and Times</a>
<LI><a href="time.html#sect14.1">14.1<tt> </tt>Library <tt>Time</tt></a>
<LI><a href="locale.html#sect15">15<tt> </tt>Locale</a>
<LI><a href="locale.html#sect15.1">15.1<tt> </tt>Library <tt>Locale</tt></a>
<LI><a href="cputime.html#sect16">16<tt> </tt>CPU Time</a>
<LI><a href="random.html#sect17">17<tt> </tt>Random Numbers</a>
<LI><a href="random.html#sect17.1">17.1<tt> </tt>The <tt>RandomGen</tt> class, and the <tt>StdGen</tt> generator</a>
<LI><a href="random.html#sect17.2">17.2<tt> </tt>The <tt>Random</tt> class</a>
<LI><a href="random.html#sect17.3">17.3<tt> </tt>The global random number generator</a>
</UL>
|