1
1
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:
joshvera 2016-06-01 17:39:20 -04:00
parent 7ba3db2fdd
commit 583206d728

View File

@ -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