Home
last modified time | relevance | path

Searched refs:con_ty (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreLint.hs1013 lintAltBinders scrut_ty con_ty []
1014 = ensureEqTys con_ty scrut_ty (mkBadPatMsg con_ty scrut_ty)
1015 lintAltBinders scrut_ty con_ty (bndr:bndrs)
1017 = do { con_ty' <- lintTyApp con_ty (mkTyVarTy bndr)
1020 = do { con_ty' <- lintValApp (Var bndr) con_ty (idType bndr)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DLint.hs1202 lintAltBinders rhs_ue _case_bndr scrut_ty con_ty []
1203 = do { ensureEqTys con_ty scrut_ty (mkBadPatMsg con_ty scrut_ty)
1205 lintAltBinders rhs_ue case_bndr scrut_ty con_ty ((var_w, bndr):bndrs)
1207 = do { con_ty' <- lintTyApp con_ty (mkTyVarTy bndr)
1210 = do { (con_ty', _) <- lintValApp (Var bndr) con_ty (idType bndr) zeroUE zeroUE
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DLint.hs1213 lintAltBinders rhs_ue _case_bndr scrut_ty con_ty []
1214 = do { ensureEqTys con_ty scrut_ty (mkBadPatMsg con_ty scrut_ty)
1216 lintAltBinders rhs_ue case_bndr scrut_ty con_ty ((var_w, bndr):bndrs)
1218 = do { con_ty' <- lintTyApp con_ty (mkTyVarTy bndr)
1221 = do { (con_ty', _) <- lintValApp (Var bndr) con_ty (idType bndr) zeroUE zeroUE
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcExpr.hs1782 = return (HsConLikeOut noExtField (RealDataCon con), con_ty)
1786 = do { let (tvs, theta, rho) = tcSplitSigmaTy con_ty
1797 con_ty = dataConUserType con function