Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
emptyRecStmtId :: Stmt GhcTc (LocatedA (HsCmd GhcTc))ghc GHC.Hs.Utils No documentation available.
DsIdentitiesFound :: Id -> Type -> DsMessageghc GHC.HsToCore.Errors.Types DsIdentitiesFound is a warning (controlled by the -Widentities flag) that is emitted on uses of Prelude numeric conversions that are probably the identity (and hence could be omitted). Example(s): main :: IO () main = do let x = 10 print $ conv 10 where conv :: Int -> Int conv x = fromIntegral x Here calling conv is essentially the identity function, and therefore can be omitted. Test case(s): deSugarshould_compileT4488
tidyLitPat :: HsLit GhcTc -> Pat GhcTcghc GHC.HsToCore.Match.Literal No documentation available.
tidyNPat :: HsOverLit GhcTc -> Maybe (SyntaxExpr GhcTc) -> SyntaxExpr GhcTc -> Type -> Pat GhcTcghc GHC.HsToCore.Match.Literal No documentation available.
warnAboutIdentities :: DynFlags -> Id -> Type -> DsM ()ghc GHC.HsToCore.Match.Literal No documentation available.
dsLookupGlobalId :: Name -> DsM Idghc GHC.HsToCore.Monad No documentation available.
newUniqueId :: Id -> Mult -> Type -> DsM Idghc GHC.HsToCore.Monad No documentation available.
-
ghc GHC.HsToCore.Pmc.Solver.Types A data type that caches for the VarInfo of x the results of querying dsGetCompleteMatches and then striking out all occurrences of K for which we already know x ≁ K from these sets. For motivation, see Section 5.3 in Lower Your Guards. See also Note [Implementation of COMPLETE pragmas]
paca_ids :: PmAltConApp -> ![Id]ghc GHC.HsToCore.Pmc.Solver.Types No documentation available.
-
ghc GHC.HsToCore.Pmc.Solver.Types The Id in question. Important for adding new constraints relative to this VarInfo when we don't easily have the Id available.