Home
last modified time | relevance | path

Searched defs:mapAccumBagL (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Data/
H A DBag.hs276 mapAccumBagL _ s EmptyBag = (s, EmptyBag) function
277 mapAccumBagL f s (UnitBag x) = let (s1, x1) = f s x in (s1, UnitBag x1) function
278 mapAccumBagL f s (TwoBags b1 b2) = let (s1, b1') = mapAccumBagL f s b1 function
281 mapAccumBagL f s (ListBag xs) = let (s', xs') = mapAccumL f s xs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/utils/
H A DBag.hs276 mapAccumBagL _ s EmptyBag = (s, EmptyBag) function
277 mapAccumBagL f s (UnitBag x) = let (s1, x1) = f s x in (s1, UnitBag x1) function
278 mapAccumBagL f s (TwoBags b1 b2) = let (s1, b1') = mapAccumBagL f s b1 function
281 mapAccumBagL f s (ListBag xs) = let (s', xs') = mapAccumL f s xs function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Data/
H A DBag.hs277 mapAccumBagL _ s EmptyBag = (s, EmptyBag) function
278 mapAccumBagL f s (UnitBag x) = let (s1, x1) = f s x in (s1, UnitBag x1) function
279 mapAccumBagL f s (TwoBags b1 b2) = let (s1, b1') = mapAccumBagL f s b1 function
282 mapAccumBagL f s (ListBag xs) = let (s', xs') = mapAccumL f s xs function
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DBag.hs276 mapAccumBagL _ s EmptyBag = (s, EmptyBag) function
277 mapAccumBagL f s (UnitBag x) = let (s1, x1) = f s x in (s1, UnitBag x1) function
278 mapAccumBagL f s (TwoBags b1 b2) = let (s1, b1') = mapAccumBagL f s b1 function
281 mapAccumBagL f s (ListBag xs) = let (s', xs') = mapAccumL f s xs function