Home
last modified time | relevance | path

Searched refs:isLiftedRuntimeRep (Results 1 – 5 of 5) sorted by relevance

/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.hs118 isLiftedRuntimeRep, isUnliftedRuntimeRep,
502 Just rep -> isLiftedRuntimeRep rep
505 isLiftedRuntimeRep :: Type -> Bool
509 isLiftedRuntimeRep rep function
510 | Just rep' <- coreView rep = isLiftedRuntimeRep rep'
1957 | isLiftedRuntimeRep rr = Just True function
2530 = isLiftedRuntimeRep arg
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DType.hs118 isLiftedRuntimeRep, isUnliftedRuntimeRep,
502 Just rep -> isLiftedRuntimeRep rep
505 isLiftedRuntimeRep :: Type -> Bool
509 isLiftedRuntimeRep rep function
510 | Just rep' <- coreView rep = isLiftedRuntimeRep rep'
1957 | isLiftedRuntimeRep rr = Just True function
2530 = isLiftedRuntimeRep arg
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DType.hs124 isLiftedRuntimeRep, isUnliftedRuntimeRep,
554 Just rep -> isLiftedRuntimeRep rep
557 isLiftedRuntimeRep :: Type -> Bool
561 isLiftedRuntimeRep rep function
1956 ty' | isLiftedRuntimeRep ty' -> Just True
2539 = isLiftedRuntimeRep arg
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DType.hs124 isLiftedRuntimeRep, isUnliftedRuntimeRep, isBoxedRuntimeRep,
638 Just rep -> isLiftedRuntimeRep rep
688 isLiftedRuntimeRep :: Type -> Bool
692 isLiftedRuntimeRep rep function
2220 ty' | isLiftedRuntimeRep ty' -> Just True
2851 Just rep -> isLiftedRuntimeRep rep
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcErrors.hs1933 | isLiftedRuntimeRep ty1
1936 | isLiftedRuntimeRep ty2