Home
last modified time | relevance | path

Searched refs:lintBinders (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreLint.hs1205 ; lintBinders CasePatBind args $ \ args' -> do
1224 lintBinders :: BindingSite -> [Var] -> ([Var] -> LintM a) -> LintM a
1225 lintBinders _ [] linterF = linterF [] function
1226 lintBinders site (var:vars) linterF = lintBinder site var $ \var' -> function
1227 lintBinders site vars $ \ vars' ->
1326 linter = lintBinders LambdaBind vars $ \_ ->
1572 = lintBinders LambdaBind bndrs $ \ _ ->
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DLint.hs1431 ; lintBinders CasePatBind args $ \ args' -> do
1473 lintBinders :: BindingSite -> [Var] -> ([Var] -> LintM a) -> LintM a
1474 lintBinders _ [] linterF = linterF [] function
1475 lintBinders site (var:vars) linterF = lintBinder site var $ \var' -> function
1476 lintBinders site vars $ \ vars' ->
1829 = lintBinders LambdaBind bndrs $ \ _ ->
2394 = lintBinders LambdaBind (tvs ++ cvs) $ \_ ->
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DLint.hs1442 ; lintBinders CasePatBind args $ \ args' -> do
1490 lintBinders :: BindingSite -> [Var] -> ([Var] -> LintM a) -> LintM a
1491 lintBinders _ [] linterF = linterF [] function
1492 lintBinders site (var:vars) linterF = lintBinder site var $ \var' -> function
1493 lintBinders site vars $ \ vars' ->
1847 = lintBinders LambdaBind bndrs $ \ _ ->
2425 = lintBinders LambdaBind (tvs ++ cvs) $ \_ ->