All Projects → helium → overture

helium / overture

Licence: Unlicense license
A backwards-compatible, modern replacement for the Prelude.

Programming Languages

haskell
3896 projects

overture

This is Helium's custom Haskell Prelude. It is backwards-compatible with the existing Haskell 98 Prelude, but depends on a few packages so as to provide the easiest and lowest-friction approach for including commonly-used packages.

It exports the following identifiers:

  • strict Text and ByteString types, from their respective packages
  • lifted try, catch, and throw, from lifted-base
  • Control.Monad.Trans, from mtl
  • NFData, from the deepseq package
  • generalized (.) and id from Control.Category

All other operators from the Prelude are exported from the most generalized module possible.

Please see this blog post for more information on why Overture exists and the reasoning behind its structure.

It is released under the no-rights-reserved Unlicense, so you can do whatever you want with it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].