1
Fork 0
postlude/README.md

316 B

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