Home
last modified time | relevance | path

Searched refs:intersectBy (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/ListLike-4.7.3/src/Data/ListLike/
H A DBase.hs413 intersect = intersectBy (==)
494 intersectBy :: (item -> item -> Bool) -> full -> full -> full
495 intersectBy func xs ys = filter (\x -> any (func x) ys) xs function
659 intersectBy = L.intersectBy function
/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/
H A DList.hs190 , intersectBy
H A DOldList.hs190 , intersectBy
503 intersect = intersectBy (==)
506 intersectBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]
507 intersectBy _ [] _ = [] function
508 intersectBy _ _ [] = [] function
509 intersectBy eq xs ys = [x | x <- xs, any (eq x) ys] function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/ListLike-4.7.3/src/Data/
H A DListLike.hs84 nubBy, deleteBy, deleteFirstsBy, unionBy, intersectBy,
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DList.hs187 , Data.List.intersectBy
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DList.hs187 , Data.List.intersectBy
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/ListLike-4.7.3/testsrc/
H A Druntests.hs179 prop_intersectBy f1 f2 func = llcmp (LL.intersectBy func f1 f2)
180 (intersectBy func (LL.toList f1) (LL.toList f2))
/dports/devel/stack/stack-2.7.3/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/textproc/hs-yaml/yaml-0.11.5.0/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/mono-traversable-1.0.15.1/src/Data/
H A DContainers.hs193 intersection = List.intersectBy ((==) `on` fst)

12