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.

  1. emptyRecStmtId :: Stmt GhcTc (LocatedA (HsCmd GhcTc))

    ghc GHC.Hs.Utils

    No documentation available.

  2. DsIdentitiesFound :: Id -> Type -> DsMessage

    ghc 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

  3. tidyLitPat :: HsLit GhcTc -> Pat GhcTc

    ghc GHC.HsToCore.Match.Literal

    No documentation available.

  4. tidyNPat :: HsOverLit GhcTc -> Maybe (SyntaxExpr GhcTc) -> SyntaxExpr GhcTc -> Type -> Pat GhcTc

    ghc GHC.HsToCore.Match.Literal

    No documentation available.

  5. warnAboutIdentities :: DynFlags -> Id -> Type -> DsM ()

    ghc GHC.HsToCore.Match.Literal

    No documentation available.

  6. dsLookupGlobalId :: Name -> DsM Id

    ghc GHC.HsToCore.Monad

    No documentation available.

  7. newUniqueId :: Id -> Mult -> Type -> DsM Id

    ghc GHC.HsToCore.Monad

    No documentation available.

  8. data ResidualCompleteMatches

    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]

  9. paca_ids :: PmAltConApp -> ![Id]

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  10. vi_id :: VarInfo -> !Id

    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.

Page 514 of many | Previous | Next