Home
last modified time | relevance | path

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

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DLint.hs925 ; app_ty <- lintValApp arg3 fun_ty2 arg3_ty ue2 ue3
1191 ; lintValApp arg fun_ty arg_ty fun_ue arg_ue }
1210 = do { (con_ty', _) <- lintValApp (Var bndr) con_ty (idType bndr) zeroUE zeroUE
1258 lintValApp :: CoreExpr -> LintedType -> LintedType -> UsageEnv -> UsageEnv -> LintM (LintedType, Us…
1259 lintValApp arg fun_ty arg_ty fun_ue arg_ue function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DLint.hs936 ; app_ty <- lintValApp arg3 fun_ty2 arg3_ty ue2 ue3
1202 ; lintValApp arg fun_ty arg_ty fun_ue arg_ue }
1221 = do { (con_ty', _) <- lintValApp (Var bndr) con_ty (idType bndr) zeroUE zeroUE
1269 lintValApp :: CoreExpr -> LintedType -> LintedType -> UsageEnv -> UsageEnv -> LintM (LintedType, Us…
1270 lintValApp arg fun_ty arg_ty fun_ue arg_ue function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreLint.hs1004 ; lintValApp arg fun_ty arg_ty }
1020 = do { con_ty' <- lintValApp (Var bndr) con_ty (idType bndr)
1038 lintValApp :: CoreExpr -> OutType -> OutType -> LintM OutType
1039 lintValApp arg fun_ty arg_ty function