From 416cff8a9cc09ddb41c04c44defd446653f68327 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Tue, 28 Nov 2017 00:24:58 -0800 Subject: [PATCH] Remove and export from Postlude. The last push was made too hastily. And is not a function that exists in the Data.Bool module. --- src/Postlude.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Postlude.hs b/src/Postlude.hs index 6b662a4..2790a03 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -57,7 +57,6 @@ import Data.Bool as X ( Bool (..) , (&&) , (||) - , and , not , otherwise )