Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

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

    ghc-lib-parser 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.

  2. suggestAnyExtension :: [Extension] -> GhcHint

    ghc-lib-parser GHC.Types.Error

    Suggests to enable any extension in the list.

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

    ghc-lib-parser GHC.Types.Error

    Like suggestAnyExtension but allows supplying extra info for the user.

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

    ghc-lib-parser GHC.Types.Error

    Joins many Messagess together

  5. AssumedAnyclassStrategy :: AssumedDerivingStrategy

    ghc-lib-parser GHC.Types.Hint

    No documentation available.

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

    ghc-lib-parser 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.

  7. suggestAnyExtension :: [Extension] -> GhcHint

    ghc-lib-parser GHC.Types.Hint

    Suggests to enable any extension in the list.

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

    ghc-lib-parser GHC.Types.Hint

    Like suggestAnyExtension but allows supplying extra info for the user.

  9. ManyOccs :: TailCallInfo -> OccInfo

    ghc-lib-parser GHC.Types.Id.Info

    There are many occurrences, or unknown occurrences

  10. unionManyOccSets :: [OccSet] -> OccSet

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

Page 161 of many | Previous | Next