File: libindex.html

package info (click to toggle)
haskell-doc 19991028-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 1,672 kB
  • ctags: 620
  • sloc: haskell: 2,123; makefile: 158; sh: 31
file content (69 lines) | stat: -rw-r--r-- 5,678 bytes parent folder | download
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>&nbsp;&nbsp;</tt>Introduction</a>
<LI><a href="ratio.html#sect2">2<tt>&nbsp;&nbsp;</tt>Rational Numbers</a>
<LI><a href="ratio.html#sect2.1">2.1<tt>&nbsp;&nbsp;</tt>Library <tt>Ratio</tt></a>
<LI><a href="complex.html#sect3">3<tt>&nbsp;&nbsp;</tt>Complex Numbers</a>
<LI><a href="complex.html#sect3.1">3.1<tt>&nbsp;&nbsp;</tt>Library <tt>Complex</tt></a>
<LI><a href="numeric.html#sect4">4<tt>&nbsp;&nbsp;</tt>Numeric</a>
<LI><a href="numeric.html#sect4.1">4.1<tt>&nbsp;&nbsp;</tt>Library <tt>Numeric</tt></a>
<LI><a href="ix.html#sect5">5<tt>&nbsp;&nbsp;</tt>Indexing Operations</a>
<LI><a href="ix.html#sect5.1">5.1<tt>&nbsp;&nbsp;</tt>Deriving Instances of <tt>Ix</tt></a>
<LI><a href="ix.html#sect5.2">5.2<tt>&nbsp;&nbsp;</tt>Library <tt>Ix</tt></a>
<LI><a href="array.html#sect6">6<tt>&nbsp;&nbsp;</tt>Arrays</a>
<LI><a href="array.html#sect6.1">6.1<tt>&nbsp;&nbsp;</tt>Array Construction</a>
<LI><a href="array.html#sect6.1.1">6.1.1<tt>&nbsp;&nbsp;</tt>Accumulated Arrays</a>
<LI><a href="array.html#sect6.2">6.2<tt>&nbsp;&nbsp;</tt>Incremental Array Updates</a>
<LI><a href="array.html#sect6.3">6.3<tt>&nbsp;&nbsp;</tt>Derived Arrays</a>
<LI><a href="array.html#sect6.4">6.4<tt>&nbsp;&nbsp;</tt>Library <tt>Array</tt></a>
<LI><a href="list.html#sect7">7<tt>&nbsp;&nbsp;</tt>List Utilities</a>
<LI><a href="list.html#sect7.1">7.1<tt>&nbsp;&nbsp;</tt>Indexing lists</a>
<LI><a href="list.html#sect7.2">7.2<tt>&nbsp;&nbsp;</tt>"Set" operations</a>
<LI><a href="list.html#sect7.3">7.3<tt>&nbsp;&nbsp;</tt>List transformations</a>
<LI><a href="list.html#sect7.4">7.4<tt>&nbsp;&nbsp;unfoldr</tt></a>
<LI><a href="list.html#sect7.5">7.5<tt>&nbsp;&nbsp;</tt>Predicates</a>
<LI><a href="list.html#sect7.6">7.6<tt>&nbsp;&nbsp;</tt>The "<tt>By</tt>" operations</a>
<LI><a href="list.html#sect7.7">7.7<tt>&nbsp;&nbsp;</tt>The "<tt>generic</tt>" operations</a>
<LI><a href="list.html#sect7.8">7.8<tt>&nbsp;&nbsp;</tt>Library <tt>List</tt></a>
<LI><a href="maybe.html#sect8">8<tt>&nbsp;&nbsp;</tt>Maybe Utilities</a>
<LI><a href="maybe.html#sect8.1">8.1<tt>&nbsp;&nbsp;</tt>Library <tt>Maybe</tt></a>
<LI><a href="char.html#sect9">9<tt>&nbsp;&nbsp;</tt>Character Utilities</a>
<LI><a href="char.html#sect9.1">9.1<tt>&nbsp;&nbsp;</tt>Library <tt>Char</tt></a>
<LI><a href="monad.html#sect10">10<tt>&nbsp;&nbsp;</tt>Monad Utilities</a>
<LI><a href="monad.html#sect10.1">10.1<tt>&nbsp;&nbsp;</tt>Naming conventions</a>
<LI><a href="monad.html#sect10.2">10.2<tt>&nbsp;&nbsp;</tt>Class <tt>MonadPlus</tt></a>
<LI><a href="monad.html#sect10.3">10.3<tt>&nbsp;&nbsp;</tt>Functions</a>
<LI><a href="monad.html#sect10.4">10.4<tt>&nbsp;&nbsp;</tt>Library <tt>Monad</tt></a>
<LI><a href="io.html#sect11">11<tt>&nbsp;&nbsp;</tt>Input/Output</a>
<LI><a href="io.html#sect11.1">11.1<tt>&nbsp;&nbsp;</tt>I/O Errors</a>
<LI><a href="io.html#sect11.2">11.2<tt>&nbsp;&nbsp;</tt>Files and Handles</a>
<LI><a href="io.html#sect11.2.1">11.2.1<tt>&nbsp;&nbsp;</tt>Semi-Closed Handles</a>
<LI><a href="io.html#sect11.2.2">11.2.2<tt>&nbsp;&nbsp;</tt>Standard Handles</a>
<LI><a href="io.html#sect11.3">11.3<tt>&nbsp;&nbsp;</tt>Opening and Closing Files</a>
<LI><a href="io.html#sect11.3.1">11.3.1<tt>&nbsp;&nbsp;</tt>Opening Files</a>
<LI><a href="io.html#sect11.3.2">11.3.2<tt>&nbsp;&nbsp;</tt>Closing Files</a>
<LI><a href="io.html#sect11.4">11.4<tt>&nbsp;&nbsp;</tt>Determining the Size of a File</a>
<LI><a href="io.html#sect11.4.1">11.4.1<tt>&nbsp;&nbsp;</tt>Detecting the End of Input</a>
<LI><a href="io.html#sect11.4.2">11.4.2<tt>&nbsp;&nbsp;</tt>Buffering Operations</a>
<LI><a href="io.html#sect11.4.3">11.4.3<tt>&nbsp;&nbsp;</tt>Flushing Buffers</a>
<LI><a href="io.html#sect11.5">11.5<tt>&nbsp;&nbsp;</tt>Repositioning Handles</a>
<LI><a href="io.html#sect11.5.1">11.5.1<tt>&nbsp;&nbsp;</tt>Revisiting an I/O Position</a>
<LI><a href="io.html#sect11.5.2">11.5.2<tt>&nbsp;&nbsp;</tt>Seeking to a new Position</a>
<LI><a href="io.html#sect11.6">11.6<tt>&nbsp;&nbsp;</tt>Handle Properties</a>
<LI><a href="io.html#sect11.7">11.7<tt>&nbsp;&nbsp;</tt>Text Input and Output</a>
<LI><a href="io.html#sect11.7.1">11.7.1<tt>&nbsp;&nbsp;</tt>Checking for Input</a>
<LI><a href="io.html#sect11.7.2">11.7.2<tt>&nbsp;&nbsp;</tt>Reading Ahead</a>
<LI><a href="io.html#sect11.8">11.8<tt>&nbsp;&nbsp;</tt>Examples</a>
<LI><a href="io.html#sect11.8.1">11.8.1<tt>&nbsp;&nbsp;</tt>Summing Two Numbers</a>
<LI><a href="io.html#sect11.8.2">11.8.2<tt>&nbsp;&nbsp;</tt>Copying Files</a>
<LI><a href="directory.html#sect12">12<tt>&nbsp;&nbsp;</tt>Directory Functions</a>
<LI><a href="system.html#sect13">13<tt>&nbsp;&nbsp;</tt>System Functions</a>
<LI><a href="time.html#sect14">14<tt>&nbsp;&nbsp;</tt>Dates and Times</a>
<LI><a href="time.html#sect14.1">14.1<tt>&nbsp;&nbsp;</tt>Library <tt>Time</tt></a>
<LI><a href="locale.html#sect15">15<tt>&nbsp;&nbsp;</tt>Locale</a>
<LI><a href="locale.html#sect15.1">15.1<tt>&nbsp;&nbsp;</tt>Library <tt>Locale</tt></a>
<LI><a href="cputime.html#sect16">16<tt>&nbsp;&nbsp;</tt>CPU Time</a>
<LI><a href="random.html#sect17">17<tt>&nbsp;&nbsp;</tt>Random Numbers</a>
<LI><a href="random.html#sect17.1">17.1<tt>&nbsp;&nbsp;</tt>The <tt>RandomGen</tt> class, and the <tt>StdGen</tt> generator</a>
<LI><a href="random.html#sect17.2">17.2<tt>&nbsp;&nbsp;</tt>The <tt>Random</tt> class</a>
<LI><a href="random.html#sect17.3">17.3<tt>&nbsp;&nbsp;</tt>The global random number generator</a>
</UL>