Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

novalabsxyz/overture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A backwards-compatible, modern replacement for the Prelude.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published