@hackage base4.22.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-internal >=9.1401 && <9.1402
- ghc-prim Show all…
Dependents (19286)
@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.