Home
last modified time | relevance | path

Searched refs:nubOrdBy (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/stack/stack-2.7.3/_cabal_deps/extra-1.7.9/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/extra-1.7.7/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/extra-1.7.7/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/extra-1.7.9/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/extra-1.7.9/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/extra-1.7.9/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/extra-1.7.9/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/extra-1.7.9/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/extra-1.7.1/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
71 nubOrd = nubOrdBy compare
76 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
77 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/extra-1.7.10/src/Data/List/NonEmpty/
H A DExtra.hs10 nubOrd, nubOrdBy, nubOrdOn,
83 nubOrd = nubOrdBy compare
88 nubOrdBy :: (a -> a -> Ordering) -> NonEmpty a -> NonEmpty a
89 nubOrdBy cmp = fromList . List.nubOrdBy cmp . toList function
/dports/devel/stack/stack-2.7.3/_cabal_deps/filtrable-0.1.6.0/Data/
H A DFiltrable.hs7 , nub, nubBy, nubOrd, nubOrdBy
148 nubOrd = nubOrdBy compare
152 nubOrdBy :: (Filtrable f, Traversable f) => (a -> a -> Ordering) -> f a -> f a
153 nubOrdBy compare = fmap (flip M.evalState Set.empty) . filterA $ \ a -> M.state $ \ as -> function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/filtrable-0.1.6.0/Data/
H A DFiltrable.hs7 , nub, nubBy, nubOrd, nubOrdBy
148 nubOrd = nubOrdBy compare
152 nubOrdBy :: (Filtrable f, Traversable f) => (a -> a -> Ordering) -> f a -> f a
153 nubOrdBy compare = fmap (flip M.evalState Set.empty) . filterA $ \ a -> M.state $ \ as -> function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/src/
H A DEnv.hs8 import Data.List.Extra (nubOrdBy, trim)
48 $ nubOrdBy (compare `on` fst)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/install/src/
H A DEnv.hs8 import Data.List.Extra (nubOrdBy, trim)
48 $ nubOrdBy (compare `on` fst)
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/src/
H A DExtra.hs26 …d1, mconcatMap, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/src/
H A DExtra.hs26 …d1, mconcatMap, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/extra-1.7.1/src/
H A DExtra.hs26 …d1, mconcatMap, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/devel/stack/stack-2.7.3/_cabal_deps/extra-1.7.9/src/
H A DExtra.hs26 …omparingLength, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/extra-1.7.7/src/
H A DExtra.hs26 …d1, mconcatMap, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/extra-1.7.7/src/
H A DExtra.hs26 …d1, mconcatMap, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/extra-1.7.9/src/
H A DExtra.hs26 …omparingLength, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/extra-1.7.9/src/
H A DExtra.hs26 …omparingLength, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/extra-1.7.9/src/
H A DExtra.hs26 …omparingLength, enumerate, groupSort, groupSortOn, groupSortBy, nubOrd, nubOrdBy, nubOrdOn, nubOn,…
62 import Data.List.NonEmpty.Extra hiding (cons, snoc, sortOn, union, unionBy, nubOrd, nubOrdBy, nubOr…

123