1
Fork 0

Export undefined.

master
Joshua Potter 2018-01-14 00:38:27 -08:00
parent 51a10a60b1
commit 27a25c4baa
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
-- It is generally expected one will add the -XNoImplicitPrelude pragma to the -- It is generally expected one will add the -XNoImplicitPrelude pragma to the
-- file Postlude is being used in, and to import Postlude without any -- file Postlude is being used in, and to import Postlude without any
-- qualification. -- qualification.
module Postlude (module X) where module Postlude
( module X
, undefined
) where
import Control.Applicative as X import Control.Applicative as X
( Applicative, (*>), (<*), (<*>), pure ( Applicative, (*>), (<*), (<*>), pure