Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. requiresPMC :: Origin -> Bool

    ghc GHC.Types.Basic

    Does this Origin require us to run pattern-match checking, or should we skip these checks? See Note [Generated code and pattern-match checking].

  2. seqOccInfo :: OccInfo -> ()

    ghc GHC.Types.Basic

    No documentation available.

  3. seqCprSig :: CprSig -> ()

    ghc GHC.Types.Cpr

    No documentation available.

  4. seqDemand :: Demand -> ()

    ghc GHC.Types.Demand

    No documentation available.

  5. seqDemandList :: [Demand] -> ()

    ghc GHC.Types.Demand

    No documentation available.

  6. seqDmd :: Demand

    ghc GHC.Types.Demand

    No documentation available.

  7. seqDmdSig :: DmdSig -> ()

    ghc GHC.Types.Demand

    No documentation available.

  8. seqDmdType :: DmdType -> ()

    ghc GHC.Types.Demand

    No documentation available.

  9. SuggestTypeSignatureRemoveQualifier :: GhcHint

    ghc GHC.Types.Error

    Suggests that for a type signature 'M.x :: ...' the qualifier should be omitted in order to be accepted by GHC. Triggered by: PsErrInvalidTypeSignature Test case(s): module/mod98

  10. SuggestTypeSignatureRemoveQualifier :: GhcHint

    ghc GHC.Types.Hint

    Suggests that for a type signature 'M.x :: ...' the qualifier should be omitted in order to be accepted by GHC. Triggered by: PsErrInvalidTypeSignature Test case(s): module/mod98

Page 224 of many | Previous | Next