basic-prelude
Version 0.6.1 revision 0 uploaded by MichaelSnoyman.
Package meta
- Synopsis
- An enhanced core prelude; a common foundation for alternate preludes.
- Description
The premise of
basic-prelude
is that there are a lot of very commonly desired features missing from the standardPrelude
, such as commonly used operators (<$>
and>=>
, for instance) and imports for common datatypes (e.g.,ByteString
andVector
). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.So
basic-prelude
is intended to give a common foundation for a number of alternate preludes. The package provides two modules:CorePrelude
provides the common ground for other preludes to build on top of, whileBasicPrelude
exportsCorePrelude
together with commonly used list functions to provide a drop-in replacement for the standardPrelude
.Users wishing to have an improved
Prelude
can useBasicPrelude
. Developers wishing to create a new prelude should useCorePrelude
.- Author
- Michael Snoyman, Dan Burton
- Bug reports
- n/a
- Category
- Control, Prelude
- Copyright
- n/a
- Homepage
- https://github.com/snoyberg/basic-prelude
- Maintainer
- michael@snoyman.com
- Package URL
- n/a
- Stability
- n/a