Joshua Potter
913c4f4379
This is important since some instances are included in this package. For instance, MaybeT is not an instance of MonadTrans in the previous package. |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
postlude.cabal | ||
stack.yaml |
README.md
Postlude
A replacement to the default Prelude.
Usage
Disable the built-in prelude at the top of your file:
{-# LANGUAGE NoImplicitPrelude #-}
Or directly in your project cabal file:
default-extensions: NoImplicitPrelude
Then in your modules:
import Postlude