Home
last modified time | relevance | path

Searched refs:bindersOfBinds (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCore.hs44 bindersOf, bindersOfBinds, rhssOfBind, rhssOfAlts,
1854 bindersOfBinds :: [Bind b] -> [b]
1855 bindersOfBinds binds = foldr ((++) . bindersOf) [] binds function
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DExitify.hs65 in_scope_toplvl = emptyInScopeSet `extendInScopeSetList` bindersOfBinds binds
H A DSimplify.hs171 … ; env1 <- {-#SCC "simplTopBinds-simplRecBndrs" #-} simplRecBndrs env0 (bindersOfBinds binds0)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs43 bindersOf, bindersOfBinds, rhssOfBind, rhssOfAlts,
2123 bindersOfBinds :: [Bind b] -> [b]
2124 bindersOfBinds binds = foldr ((++) . bindersOf) [] binds function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreSyn.hs41 bindersOf, bindersOfBinds, rhssOfBind, rhssOfAlts,
2110 bindersOfBinds :: [Bind b] -> [b]
2111 bindersOfBinds binds = foldr ((++) . bindersOf) [] binds function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSyn.hs41 bindersOf, bindersOfBinds, rhssOfBind, rhssOfAlts,
2110 bindersOfBinds :: [Bind b] -> [b]
2111 bindersOfBinds binds = foldr ((++) . bindersOf) [] binds function
H A DCoreLint.hs455 binders = bindersOfBinds binds
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DTidyPgm.hs386 | id <- bindersOfBinds tidy_binds
617 implicit_binders = bindersOfBinds implicit_binds
H A DGHC.hs1082 cm_types = typeEnvFromEntities (bindersOfBinds (mg_binds mg))
H A DHscMain.hs1738 ext_ids = [ id | id <- bindersOfBinds core_binds
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecialise.hs602 bindersOfBinds binds