From 15b9cd003f4adbcafa7604dbc459027a65e1b4df Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sun, 6 Oct 2019 02:04:01 +0100 Subject: [PATCH] Remove duplicated imports --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6048011..a1df93b 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ module Main where import Control.Applicative (Alternative (empty)) import Control.Lens ((.~), (^.), (&), Const (..), Identity, anyOf) import Data.Barbie (ProductB (buniq)) -import Data.Functor.Const (Const (..)) -import Data.Functor.Identity (Identity (..)) import Data.Generic.HKD import Data.Maybe (isJust, isNothing) import Data.Monoid (Last (..))