Home
last modified time | relevance | path

Searched refs:isTyVarTy (Results 1 – 18 of 18) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DFamInst.hs797 bareTvInRHSViolated pats rhs | isTyVarTy rhs
798 = filter (not . isTyVarTy) pats
H A DTcErrors.hs609 non_tv_eq _ (EqPred NomEq ty1 _) = not (isTyVarTy ty1)
1125 boring_type = isTyVarTy hole_ty
1568 | isTyVarTy ty
1637 || isTyVarTyVar tv1 && not (isTyVarTy ty2)
H A DTcType.hs41 isImmutableTyVar, isSkolemTyVar, isMetaTyVar, isMetaTyVarTy, isTyVarTy,
1587 Just (_, tys) -> all isTyVarTy tys
H A DTcEnv.hs316 uniqueTyVars tys = all isTyVarTy tys
H A DTcSimplify.hs2447 && (not (isTyVarTyVar tv1) || isTyVarTy ty2)
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DInteractiveEval.hs1127 Just (_, tys@(_:_)) -> all isTyVarTy tys
1128 _ -> isTyVarTy ty
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DDataCon.hs1502 | all isTyVarTy tys = False -- Also common
H A DType.hs112 isTyVarTy, isFunTy, isCoercionTy,
793 isTyVarTy :: Type -> Bool
794 isTyVarTy ty = isJust (getTyVar_maybe ty) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DDataCon.hs1400 | all isTyVarTy tys = False -- Also common
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DDataCon.hs1400 | all isTyVarTy tys = False -- Also common
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DDataCon.hs1512 | all isTyVarTy tys = False -- Also common
H A DType.hs112 isTyVarTy, isFunTy, isCoercionTy,
941 isTyVarTy :: Type -> Bool
942 isTyVarTy ty = isJust (getTyVar_maybe ty) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/Utils/
H A DTcType.hs40 isImmutableTyVar, isSkolemTyVar, isMetaTyVar, isMetaTyVarTy, isTyVarTy,
1623 Just (_, tys) -> all isTyVarTy tys
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DTcType.hs41 isImmutableTyVar, isSkolemTyVar, isMetaTyVar, isMetaTyVarTy, isTyVarTy,
1587 Just (_, tys) -> all isTyVarTy tys
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/Utils/
H A DTcType.hs43 isImmutableTyVar, isSkolemTyVar, isMetaTyVar, isMetaTyVarTy, isTyVarTy,
1726 Just (_, tys) -> all isTyVarTy tys
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DType.hs106 isTyVarTy, isFunTy, isCoercionTy,
715 isTyVarTy :: Type -> Bool
716 isTyVarTy ty = isJust (getTyVar_maybe ty) function
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DType.hs106 isTyVarTy, isFunTy, isCoercionTy,
715 isTyVarTy :: Type -> Bool
716 isTyVarTy ty = isJust (getTyVar_maybe ty) function
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DRtClosureInspect.hs712 let monomorphic = not(isTyVarTy my_ty)