Haskell Core Libraries (base package)ContentsIndex
Haskell Core Libraries (base package)

The base package contains the Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.

The base package is enabled by default; to import any of the modules listed here just import it by name. Remember to give the fully qualified name when importing a module from the hierarchy.

Modules
Control
Control.Arrow
Control.Concurrent
Control.Concurrent.Chan
Control.Concurrent.MVar
Control.Concurrent.QSem
Control.Concurrent.QSemN
Control.Concurrent.SampleVar
Control.Exception
Control.Monad
Control.Monad.Cont
Control.Monad.Error
Control.Monad.Fix
Control.Monad.Identity
Control.Monad.List
Control.Monad.Monoid
Control.Monad.RWS
Control.Monad.Reader
Control.Monad.ST
Control.Monad.ST.Lazy
Control.Monad.ST.Strict
Control.Monad.State
Control.Monad.Trans
Control.Monad.Writer
Control.Parallel
Data
Data.Array
Data.Array.Diff
Data.Array.IArray
Data.Array.IO
Data.Array.MArray
Data.Array.ST
Data.Array.Storable
Data.Array.Unboxed
Data.Bits
Data.Bool
Data.Char
Data.Complex
Data.Dynamic
Data.Either
Data.FiniteMap
Data.IORef
Data.Int
Data.Ix
Data.List
Data.Maybe
Data.PackedString
Data.Ratio
Data.STRef
Data.STRef.Lazy
Data.STRef.Strict
Data.Set
Data.Tuple
Data.Unique
Data.Word
Debug
Debug.QuickCheck
Debug.QuickCheck.Batch
Debug.QuickCheck.Poly
Debug.QuickCheck.Utils
Debug.Trace
Foreign
Foreign.C
Foreign.C.Error
Foreign.C.String
Foreign.C.Types
Foreign.C.TypesISO
Foreign.ForeignPtr
Marshal
Foreign.Marshal.Alloc
Foreign.Marshal.Array
Foreign.Marshal.Error
Foreign.Marshal.Utils
Foreign.Ptr
Foreign.StablePtr
Foreign.Storable
GHC
GHC.Arr
GHC.Base
GHC.Conc
GHC.Enum
GHC.Err
GHC.Exception
GHC.Exts
GHC.Float
GHC.Handle
GHC.IO
GHC.IOBase
GHC.Int
GHC.List
GHC.Num
GHC.Pack
GHC.Posix
GHC.PrimopWrappers
GHC.Ptr
GHC.Read
GHC.Real
GHC.ST
GHC.STRef
GHC.Show
GHC.Stable
GHC.Storable
GHC.TopHandler
GHC.Weak
GHC.Word
Numeric
Prelude
System
System.CPUTime
System.Cmd
Console
System.Console.GetOpt
System.Directory
System.Environment
System.Exit
System.IO
System.IO.Error
System.IO.Unsafe
System.Info
System.Locale
System.Mem
System.Mem.StableName
System.Mem.Weak
System.Random
System.Time
Text
Text.Html
Text.Html.BlockTable
ParserCombinators
Text.ParserCombinators.Parsec
Text.ParserCombinators.Parsec.Char
Text.ParserCombinators.Parsec.Combinator
Text.ParserCombinators.Parsec.Error
Text.ParserCombinators.Parsec.Expr
Text.ParserCombinators.Parsec.Language
Text.ParserCombinators.Parsec.Perm
Text.ParserCombinators.Parsec.Pos
Text.ParserCombinators.Parsec.Prim
Text.ParserCombinators.Parsec.Token
Text.ParserCombinators.ReadP
Text.ParserCombinators.ReadPrec
Text.PrettyPrint
Text.PrettyPrint.HughesPJ
Text.Read
Text.Read.Lex
Text.Regex
Text.Regex.Posix
Text.Show
Text.Show.Functions
Produced by Haddock version 0.6