mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +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
|
module Data.Functor.Both (Both,both, runBothWith, fst, snd, module X) where
|
||||||
|
|
||||||
import Data.Bifunctor.Join as X
|
import Data.Bifunctor.Join as X
|
||||||
import Prologue hiding (zipWith, fst, snd)
|
import Prologue hiding (fst, snd)
|
||||||
import qualified Prologue
|
import qualified Prologue
|
||||||
|
|
||||||
-- | A computation over both sides of a pair.
|
-- | A computation over both sides of a pair.
|
||||||
|
Loading…
Reference in New Issue
Block a user