Joshua Potter a82f99a5c5 | ||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
package.yaml | ||
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