Part II
The Haskell 2010 Libraries

13 Control.Monad
 13.1 Functor and monad classes
 13.2 Functions
14 Data.Array
 14.1 Immutable non-strict arrays
 14.2 Array construction
 14.3 Accessing arrays
 14.4 Incremental array updates
 14.5 Derived arrays
 14.6 Specification
15 Data.Bits
16 Data.Char
 16.1 Characters and strings
 16.2 Character classification
 16.3 Case conversion
 16.4 Single digit characters
 16.5 Numeric representations
 16.6 String representations
17 Data.Complex
 17.1 Rectangular form
 17.2 Polar form
 17.3 Conjugate
 17.4 Specification
18 Data.Int
 18.1 Signed integer types
19 Data.Ix
 19.1 The Ix class
 19.2 Deriving Instances of Ix
20 Data.List
 20.1 Basic functions
 20.2 List transformations
 20.3 Reducing lists (folds)
 20.4 Building lists
 20.5 Sublists
 20.6 Searching lists
 20.7 Indexing lists
 20.8 Zipping and unzipping lists
 20.9 Special lists
 20.10 Generalized functions
21 Data.Maybe
 21.1 The Maybe type and operations
 21.2 Specification
22 Data.Ratio
 22.1 Specification
23 Data.Word
 23.1 Unsigned integral types
24 Foreign
25 Foreign.C
26 Foreign.C.Error
 26.1 Haskell representations of errno values
27 Foreign.C.String
 27.1 C strings
 27.2 C wide strings
28 Foreign.C.Types
 28.1 Representations of C types
29 Foreign.ForeignPtr
 29.1 Finalised data pointers
30 Foreign.Marshal
31 Foreign.Marshal.Alloc
 31.1 Memory allocation
32 Foreign.Marshal.Array
 32.1 Marshalling arrays
33 Foreign.Marshal.Error
34 Foreign.Marshal.Utils
 34.1 General marshalling utilities
35 Foreign.Ptr
 35.1 Data pointers
 35.2 Function pointers
 35.3 Integral types with lossless conversion to and from pointers
36 Foreign.StablePtr
 36.1 Stable references to Haskell values
37 Foreign.Storable
38 Numeric
 38.1 Showing
 38.2 Reading
 38.3 Miscellaneous
39 System.Environment
40 System.Exit
41 System.IO
 41.1 The IO monad
 41.2 Files and handles
 41.3 Opening and closing files
 41.4 Operations on handles
 41.5 Text input and output
42 System.IO.Error
 42.1 I/O errors
 42.2 Types of I/O error
 42.3 Throwing and catching I/O errors
Bibliography