mirror of
https://github.com/github/semantic.git
synced 2025-01-01 19:55:34 +03:00
Export Join from Data.Functor.Both so we can use runJoin
This commit is contained in:
parent
7ba3db2fdd
commit
583206d728
@ -1,7 +1,7 @@
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
module Data.Functor.Both where
|
||||
module Data.Functor.Both (Both,both, runBothWith, fst, snd, module X) where
|
||||
|
||||
import Data.Bifunctor.Join
|
||||
import Data.Bifunctor.Join as X
|
||||
import Prologue hiding (zipWith, fst, snd)
|
||||
import qualified Prologue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user