Home
last modified time | relevance | path

Searched defs:bitraverse (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/
H A DBitraversable.hs79 -- > bitraverse f _ (Left x) = Left <$> f x function
80 -- > bitraverse _ g (Right y) = Right <$> g y function
83 -- > bitraverse f g (x, y) = (,) <$> f x <*> g y function
106 bitraverse f g = bisequenceA . bimap f g function
133 bitraverse f g ~(a, b) = liftA2 (,) (f a) (g b) function
137 bitraverse f g ~(x, a, b) = liftA2 ((,,) x) (f a) (g b) function
141 bitraverse f g ~(x, y, a, b) = liftA2 ((,,,) x y) (f a) (g b) function
158 bitraverse f _ (Left a) = Left <$> f a function
159 bitraverse _ g (Right b) = Right <$> g b function
163 bitraverse f _ (Const a) = Const <$> f a function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/bifunctors-5.5.11/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/bifunctors-5.5.10/old-src/ghc801/Data/
H A DBitraversable.hs121 -- > bitraverse f _ (Left x) = Left <$> f x function
122 -- > bitraverse _ g (Right y) = Right <$> g y function
144 bitraverse f g = bisequenceA . bimap f g function
184 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
187 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
211 bitraverse f _ (Left a) = Left <$> f a function
212 bitraverse _ g (Right b) = Right <$> g b function
216 bitraverse f _ (Const a) = Const <$> f a function
220 bitraverse f _ (Constant a) = Constant <$> f a function
225 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/bifunctors-5.5.7/old-src/ghc801/Data/
H A DBitraversable.hs126 -- > bitraverse f _ (Left x) = Left <$> f x function
127 -- > bitraverse _ g (Right y) = Right <$> g y function
149 bitraverse f g = bisequenceA . bimap f g function
190 bitraverse f g (Arg a b) = Arg <$> f a <*> g b function
194 bitraverse f g ~(a, b) = (,) <$> f a <*> g b function
218 bitraverse f _ (Left a) = Left <$> f a function
219 bitraverse _ g (Right b) = Right <$> g b function
223 bitraverse f _ (Const a) = Const <$> f a function
227 bitraverse f _ (Constant a) = Constant <$> f a function
232 bitraverse f _ (K1 c) = K1 <$> f c function
[all …]

12345678910>>...20