@haskell base4.21.0.0
Core data structures and operations
Categories
License
BSD-3-Clause
Maintainer
Core Libraries Committee <core-libraries-committee@haskell.org>
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (2)
- ghc-prim
- ghc-internal >=9.1201 && <9.1202 Show all…
Dependents (18319)
@hackage/gogol-sqladmin, @hackage/trivia, @hackage/rest-wai, @hackage/arbor-datadog, @hackage/quickcheck-arbitrary-template, @hackage/contiguous-checked, Show all…
Haskell's base library provides, among other things, core types (e.g. Data.Bool
and Data.Int
),
data structures (e.g. Data.List
, Data.Tuple
and Data.Maybe
),
the Control.Exception
mechanism, and the System.IO
& Control.Concurrent
operations.
The Prelude
module, which is imported by default, exposes a curated set of types and functions from other modules.
Other data structures like Map, Set are available in the containers library. To work with textual data, use the text library.