Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mkDmdSigForArity :: Arity -> DmdType -> DmdSig

    ghc GHC.Types.Demand

    Turns a DmdType computed for the particular Arity into a DmdSig unleashable at that arity. See Note [Understanding DmdType and DmdSig].

  2. isSafeForeignCall :: ForeignCall -> Bool

    ghc GHC.Types.ForeignCall

    No documentation available.

  3. data LambdaFormInfo

    ghc GHC.Types.Id.Info

    Information about an identifier, from the code generator's point of view. Every identifier is bound to a LambdaFormInfo in the environment, which gives the code generator enough info to be able to tail call or return that identifier.

  4. ruleInfoRules :: RuleInfo -> [CoreRule]

    ghc GHC.Types.Id.Info

    No documentation available.

  5. mkForeignExportOcc :: OccName -> OccName

    ghc GHC.Types.Name.Occurrence

    No documentation available.

  6. transformGREs :: (GlobalRdrElt -> GlobalRdrElt) -> [OccName] -> GlobalRdrEnv -> GlobalRdrEnv

    ghc GHC.Types.Name.Reader

    Apply a transformation function to the GREs for these OccNames

  7. coreTyLamForAllTyFlag :: ForAllTyFlag

    ghc GHC.Types.Var

    The ForAllTyFlag on a (Lam a e) term, where a is a type variable. If you want other ForAllTyFlag, use a cast. See Note [Required foralls in Core] in GHC.Core.TyCo.Rep

  8. isInferredForAllTyFlag :: ForAllTyFlag -> Bool

    ghc GHC.Types.Var

    No documentation available.

  9. isInvisibleForAllTyBinder :: ForAllTyBinder -> Bool

    ghc GHC.Types.Var

    No documentation available.

  10. isInvisibleForAllTyFlag :: ForAllTyFlag -> Bool

    ghc GHC.Types.Var

    Does this ForAllTyFlag classify an argument that is not written in Haskell?

Page 493 of many | Previous | Next