Home
last modified time | relevance | path

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

123

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/Optics/
H A DFold.hs26 , foldMapOf
134 foldOf o = foldMapOf o id
203 sequenceOf_ o = runTraversed . foldMapOf o Traversed
316 has o = getAny #. foldMapOf o (\_ -> Any True)
328 hasn't o = getAll #. foldMapOf o (\_ -> All False)
339 headOf o = getLeftmost . foldMapOf o LLeaf
350 lastOf o = getRightmost . foldMapOf o RLeaf
364 andOf o = getAll #. foldMapOf o All
378 orOf o = getAny #. foldMapOf o Any
386 anyOf o = \f -> getAny #. foldMapOf o (Any #. f)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DFold.hs74 , foldMapOf, foldOf
536 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
537 foldMapOf l f = getConst #. l (Const #. f) function
697 andOf l = getAll #. foldMapOf l All
720 orOf l = getAny #. foldMapOf l Any
748 anyOf l f = getAny #. foldMapOf l (Any #. f)
775 allOf l f = getAll #. foldMapOf l (All #. f)
1321 firstOf l = getLeftmost . foldMapOf l LLeaf
1374 lastOf l = getRightmost . foldMapOf l RLeaf
1394 last1Of l = Semi.getLast . foldMapOf l Semi.Last
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DFold.hs74 , foldMapOf, foldOf
536 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
537 foldMapOf l f = getConst #. l (Const #. f) function
697 andOf l = getAll #. foldMapOf l All
720 orOf l = getAny #. foldMapOf l Any
748 anyOf l f = getAny #. foldMapOf l (Any #. f)
775 allOf l f = getAll #. foldMapOf l (All #. f)
1321 firstOf l = getLeftmost . foldMapOf l LLeaf
1374 lastOf l = getRightmost . foldMapOf l RLeaf
1394 last1Of l = Semi.getLast . foldMapOf l Semi.Last
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DFold.hs74 , foldMapOf, foldOf
542 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
543 foldMapOf l f = getConst #. l (Const #. f) function
703 andOf l = getAll #. foldMapOf l All
726 orOf l = getAny #. foldMapOf l Any
754 anyOf l f = getAny #. foldMapOf l (Any #. f)
781 allOf l f = getAll #. foldMapOf l (All #. f)
1327 firstOf l = getLeftmost . foldMapOf l LLeaf
1380 lastOf l = getRightmost . foldMapOf l RLeaf
1400 last1Of l = Semi.getLast . foldMapOf l Semi.Last
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/
H A DFold.hs74 , foldMapOf, foldOf
542 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
543 foldMapOf l f = getConst #. l (Const #. f) function
703 andOf l = getAll #. foldMapOf l All
726 orOf l = getAny #. foldMapOf l Any
754 anyOf l f = getAny #. foldMapOf l (Any #. f)
781 allOf l f = getAll #. foldMapOf l (All #. f)
1327 firstOf l = getLeftmost . foldMapOf l LLeaf
1380 lastOf l = getRightmost . foldMapOf l RLeaf
1400 last1Of l = Semi.getLast . foldMapOf l Semi.Last
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DFold.hs74 , foldMapOf, foldOf
542 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
543 foldMapOf l f = getConst #. l (Const #. f) function
703 andOf l = getAll #. foldMapOf l All
726 orOf l = getAny #. foldMapOf l Any
754 anyOf l f = getAny #. foldMapOf l (Any #. f)
781 allOf l f = getAll #. foldMapOf l (All #. f)
1327 firstOf l = getLeftmost . foldMapOf l LLeaf
1380 lastOf l = getRightmost . foldMapOf l RLeaf
1400 last1Of l = Semi.getLast . foldMapOf l Semi.Last
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-extra-0.3/src/Optics/
H A DView.hs93 gviews o = asks . foldMapOf o
100 gviews o = asks . foldMapOf o
/dports/devel/stack/stack-2.7.3/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
H A DInternal.hs37 foldMapOf,
134 foldrOf l f z = flip appEndo z . foldMapOf l (Endo #. f)
137 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
138 foldMapOf l f = getConst #. l (Const #. f) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/microlens-0.4.11.2/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
H A DInternal.hs37 foldMapOf,
134 foldrOf l f z = flip appEndo z . foldMapOf l (Endo #. f)
137 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
138 foldMapOf l f = getConst #. l (Const #. f) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
H A DInternal.hs37 foldMapOf,
134 foldrOf l f z = flip appEndo z . foldMapOf l (Endo #. f)
137 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
138 foldMapOf l f = getConst #. l (Const #. f) function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/microlens-0.4.11.2/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/microlens-0.4.11.2/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
H A DInternal.hs37 foldMapOf,
129 foldrOf l f z = flip appEndo z . foldMapOf l (Endo #. f)
132 foldMapOf :: Getting r s a -> (a -> r) -> s -> r
133 foldMapOf l f = getConst #. l (Const #. f) function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/microlens-0.4.11.2/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/microlens-0.4.12.0/src/Lens/Micro/
H A DExtras.hs57 preview l = getFirst #. foldMapOf l (First #. Just)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/Data/Set/
H A DOptics.hs39 setOf l = foldMapOf l Set.singleton
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/Data/IntSet/
H A DOptics.hs49 setOf l = foldMapOf l IntSet.singleton
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-extra-0.3/src/Data/HashSet/
H A DOptics.hs41 setOf l = foldMapOf l HashSet.singleton

123