Popularity
7.1
Declining
Activity
0.0
-
2
12
1
Monthly Downloads: 274
Programming language: Haskell
License: MIT License
Tags:
Prelude
preamble alternatives and similar packages
Based on the "Prelude" category.
Alternatively, view preamble alternatives based on common mentions on social networks and blogs.
-
relude
๐ Safe, performant, user-friendly and lightweight Haskell standard library -
base-prelude
The most complete prelude formed only from the "base" package -
papa-prelude-semigroupoids
Prelude with only useful functions -
papa-prelude-semigroups
Prelude with only useful functions -
papa-implement
All implemented modules and others with multiple dependencies -
papa-bifunctors-implement
Useful bifunctors functions reimplemented -
papa-bifunctors-export
export useful functions from bifunctors -
papa-semigroupoids-export
export useful functions from semigroupoids -
papa-semigroupoids-implement
Useful semigroupoids functions reimplemented -
mtl-prelude
Reexports of most definitions from "mtl" and "transformers" -
microbase
A minimal base reexporting hardwired stuff to get around GHC bugs -
preludeplus
Non-partial Prelude with List functions generalized to MonadPlus. -
heart-app
An opinionated app prelude and framework in the UnliftIO style -
lifted-protolude
A sensible set of defaults for writing lifted custom Preludes.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of preamble or a related project?
README
preamble
Yet another prelude. Builds on basic-prelude with common capabilities for monadic contexts and logging.
Development
preamble
has a shakefile/makefile to provide convience around building and testing:
# build the project's libraries, executables, and tests
$ ./Shakefile.hs build-tests-error
# test the project
$ ./Shakefile.hs tests-error
# start an interpreter with the project's libraries, executables, and tests loaded
$ ./Shakefile.hs ghci-tests
# clean the project
$ ./Shakefile.hs clean
# lint the project source code
$ ./Shakefile.hs lint
# format the project source code
$ ./Shakefile.hs format
Dependencies
To build and test preamble
, the following dependencies may be required: