Home
last modified time | relevance | path

Searched defs:dropWhileEndLE (Results 1 – 10 of 10) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcUtils.hs9 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Utils/
H A DGeneric.hs298 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Utils/
H A DGeneric.hs305 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Utils/
H A DGeneric.hs305 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Utils/
H A DGeneric.hs305 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Utils/
H A DGeneric.hs303 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DMisc.hs806 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DUtil.hs758 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] 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 DUtil.hs758 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DMisc.hs808 dropWhileEndLE p = foldr (\x r -> if null r && p x then [] else x:r) [] function