fix data.functor exports

This commit is contained in:
Stephen Diehl
2016-04-09 15:34:30 -04:00
parent 1c8fc29c4a
commit cff538114d
2 changed files with 8 additions and 7 deletions
-6
View File
@@ -58,12 +58,6 @@ import Data.Foldable as X hiding (
)
import Data.Semiring as X
import Data.Functor.Identity as X
import Data.Functor as X (
Functor(..)
, ($>)
, (<$>)
, void
)
-- Deepseq
import Control.DeepSeq as X (