Home
last modified time | relevance | path

Searched refs:mapAccumLOf (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/Optics/
H A DTraversal.hs55 , mapAccumLOf
175 mapAccumLOf
179 mapAccumLOf o = \f acc0 s -> function
196 mapAccumROf = mapAccumLOf . backwards
211 in fst . mapAccumLOf o step Nothing
/dports/devel/stack/stack-2.7.3/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1268 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1269 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1268 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1269 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1268 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1269 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1268 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1269 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs95 mapAccumLOf,
1257 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
1258 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DTraversal.hs61 , mapAccumLOf, mapAccumROf
429 mapAccumROf = mapAccumLOf . backwards
451 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
452 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) where function
486 scanl1Of l f = snd . mapAccumLOf l step Nothing where
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DTraversal.hs61 , mapAccumLOf, mapAccumROf
429 mapAccumROf = mapAccumLOf . backwards
451 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
452 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) where function
486 scanl1Of l f = snd . mapAccumLOf l step Nothing where
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DTraversal.hs61 , mapAccumLOf, mapAccumROf
427 mapAccumROf = mapAccumLOf . backwards
449 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
450 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) where function
484 scanl1Of l f = snd . mapAccumLOf l step Nothing where
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/
H A DTraversal.hs61 , mapAccumLOf, mapAccumROf
427 mapAccumROf = mapAccumLOf . backwards
449 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
450 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) where function
484 scanl1Of l f = snd . mapAccumLOf l step Nothing where
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DTraversal.hs61 , mapAccumLOf, mapAccumROf
427 mapAccumROf = mapAccumLOf . backwards
449 mapAccumLOf :: LensLike (State acc) s t a b -> (acc -> a -> (acc, b)) -> acc -> s -> (acc, t)
450 mapAccumLOf l f acc0 s = swap (runState (l g s) acc0) where function
484 scanl1Of l f = snd . mapAccumLOf l step Nothing where
/dports/devel/stack/stack-2.7.3/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md83 * Added `mapAccumLOf`.
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md75 * Added `mapAccumLOf`.
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md83 * Added `mapAccumLOf`.
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md83 * Added `mapAccumLOf`.
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md75 * Added `mapAccumLOf`.
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md83 * Added `mapAccumLOf`.
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/microlens-0.4.12.0/
H A DCHANGELOG.md83 * Added `mapAccumLOf`.
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/microlens-0.4.11.2/
H A DCHANGELOG.md75 * Added `mapAccumLOf`.

12