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.
SuggestAnyExtension :: SDoc -> [Extension] -> LanguageExtensionHintghc-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.
suggestAnyExtension :: [Extension] -> GhcHintghc-lib-parser GHC.Types.Error Suggests to enable any extension in the list.
suggestAnyExtensionWithInfo :: SDoc -> [Extension] -> GhcHintghc-lib-parser GHC.Types.Error Like suggestAnyExtension but allows supplying extra info for the user.
unionManyMessages :: Foldable f => f (Messages e) -> Messages eghc-lib-parser GHC.Types.Error Joins many Messagess together
AssumedAnyclassStrategy :: AssumedDerivingStrategyghc-lib-parser GHC.Types.Hint No documentation available.
SuggestAnyExtension :: SDoc -> [Extension] -> LanguageExtensionHintghc-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.
suggestAnyExtension :: [Extension] -> GhcHintghc-lib-parser GHC.Types.Hint Suggests to enable any extension in the list.
suggestAnyExtensionWithInfo :: SDoc -> [Extension] -> GhcHintghc-lib-parser GHC.Types.Hint Like suggestAnyExtension but allows supplying extra info for the user.
ManyOccs :: TailCallInfo -> OccInfoghc-lib-parser GHC.Types.Id.Info There are many occurrences, or unknown occurrences
unionManyOccSets :: [OccSet] -> OccSetghc-lib-parser GHC.Types.Name.Occurrence No documentation available.