Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. isAnyInlinePragma :: InlinePragma -> Bool

    ghc GHC.Types.Basic

    No documentation available.

  2. isManyOccs :: OccInfo -> Bool

    ghc GHC.Types.Basic

    No documentation available.

  3. peelManyCalls :: Arity -> SubDemand -> (Card, SubDemand)

    ghc GHC.Types.Demand

    No documentation available.

  4. strictManyApply1Dmd :: Demand

    ghc GHC.Types.Demand

    First argument of 'GHC.Exts.atomically#': SC(S,L). Called at least once, possibly many times.

  5. SuggestAnyExtension :: SDoc -> [Extension] -> LanguageExtensionHint

    ghc GHC.Types.Error

    Suggest to enable the input extensions. The list is to be intended as disjunctive i.e. the user is suggested to enable any of the extensions listed. If the input SDoc is not empty, it will contain some extra information about the why the extensions are required, but it's totally irrelevant/redundant for IDEs and other tools.

  6. suggestAnyExtension :: [Extension] -> GhcHint

    ghc GHC.Types.Error

    Suggests to enable any extension in the list.

  7. suggestAnyExtensionWithInfo :: SDoc -> [Extension] -> GhcHint

    ghc GHC.Types.Error

    Like suggestAnyExtension but allows supplying extra info for the user.

  8. unionManyMessages :: Foldable f => f (Messages e) -> Messages e

    ghc GHC.Types.Error

    Joins many Messagess together

  9. SuggestAnyExtension :: SDoc -> [Extension] -> LanguageExtensionHint

    ghc GHC.Types.Hint

    Suggest to enable the input extensions. The list is to be intended as disjunctive i.e. the user is suggested to enable any of the extensions listed. If the input SDoc is not empty, it will contain some extra information about the why the extensions are required, but it's totally irrelevant/redundant for IDEs and other tools.

  10. suggestAnyExtension :: [Extension] -> GhcHint

    ghc GHC.Types.Hint

    Suggests to enable any extension in the list.

Page 116 of many | Previous | Next