From 27a25c4baade0f593117312ec1bb12565bdc4afd Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 14 Jan 2018 00:38:27 -0800 Subject: [PATCH] Export undefined. --- src/Postlude.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Postlude.hs b/src/Postlude.hs index 817953a..409b3dd 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -10,7 +10,10 @@ -- It is generally expected one will add the -XNoImplicitPrelude pragma to the -- file Postlude is being used in, and to import Postlude without any -- qualification. -module Postlude (module X) where +module Postlude +( module X +, undefined +) where import Control.Applicative as X ( Applicative, (*>), (<*), (<*>), pure