1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Stop hiding a symbol we don’t shadow.

This commit is contained in:
Rob Rix 2016-07-22 11:58:09 -04:00
parent 041aea8f4c
commit 093048b736

View File

@ -2,7 +2,7 @@
module Data.Functor.Both (Both,both, runBothWith, fst, snd, module X) where
import Data.Bifunctor.Join as X
import Prologue hiding (zipWith, fst, snd)
import Prologue hiding (fst, snd)
import qualified Prologue
-- | A computation over both sides of a pair.