Home
last modified time | relevance | path

Searched refs:collectNBinders (Results 1 – 18 of 18) 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.hs46 collectNBinders,
1880 collectNBinders :: Int -> Expr b -> ([b], Expr b)
1906 collectNBinders orig_n orig_expr function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs45 collectNBinders,
2149 collectNBinders :: Int -> Expr b -> ([b], Expr b)
2175 collectNBinders orig_n orig_expr 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.hs43 collectNBinders,
2136 collectNBinders :: Int -> Expr b -> ([b], Expr b)
2162 collectNBinders orig_n orig_expr function
H A DCoreUnfold.hs747 , (_bndrs, body) <- collectNBinders join_arity rhs
H A DCoreOpt.hs408 (join_bndrs, join_body) = collectNBinders join_arity in_rhs
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSyn.hs43 collectNBinders,
2136 collectNBinders :: Int -> Expr b -> ([b], Expr b)
2162 collectNBinders orig_n orig_expr function
H A DCoreUnfold.hs747 , (_bndrs, body) <- collectNBinders join_arity rhs
H A DCorePrep.hs567 (bndrs, body) = collectNBinders join_arity rhs
H A DCoreOpt.hs408 (join_bndrs, join_body) = collectNBinders join_arity in_rhs
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DArity.hs818 , (_, rhs_body) <- collectNBinders join_arity rhs
834 = arityType env' $ snd $ collectNBinders arity rhs
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DCSE.hs380 = let (params, in_body) = collectNBinders arity in_rhs
H A DSimplUtils.hs1629 = do { let (join_bndrs, join_body) = collectNBinders join_arity rhs
H A DSimplify.hs1030 = do { let (join_bndrs, join_body) = collectNBinders arity expr
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DArity.hs1048 , (_, rhs_body) <- collectNBinders join_arity rhs
1064 = arityType env' $ snd $ collectNBinders arity rhs
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DUnfold.hs533 , (_bndrs, body) <- collectNBinders join_arity rhs
H A DSimpleOpt.hs453 (join_bndrs, join_body) = collectNBinders join_arity in_rhs
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DUnfold.hs727 , (_bndrs, body) <- collectNBinders join_arity rhs
H A DSimpleOpt.hs420 (join_bndrs, join_body) = collectNBinders join_arity in_rhs