1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Revert "🔥 a redundant import."

This reverts commit e8b9b70289c72dc9f23f4afc1139130dc60b57ca.
This commit is contained in:
Rob Rix 2016-03-11 15:22:26 -05:00
parent 48af1161e7
commit c6568f0b43

View File

@ -1,6 +1,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Data.Functor.Both where
import Data.Bifunctor.These
import Prelude hiding (zipWith, fst, snd)
import qualified Prelude