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:
parent
041aea8f4c
commit
093048b736
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user