mirror of
https://github.com/jrpotter/postlude.git
synced 2026-09-03 01:01:32 +00:00
A replacement to the default Prelude.
- Haskell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| package.yaml | ||
| postlude.cabal | ||
| README.md | ||
| Setup.hs | ||
| stack.yaml | ||
| stack.yaml.lock | ||
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