Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    ghc-lib-parser GHC.Types.Error

    Joins many Messagess together

  2. AssumedAnyclassStrategy :: AssumedDerivingStrategy

    ghc-lib-parser GHC.Types.Hint

    No documentation available.

  3. 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.

  4. suggestAnyExtension :: [Extension] -> GhcHint

    ghc-lib-parser GHC.Types.Hint

    Suggests to enable any extension in the list.

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

    ghc-lib-parser GHC.Types.Hint

    Like suggestAnyExtension but allows supplying extra info for the user.

  6. ManyOccs :: TailCallInfo -> OccInfo

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

    There are many occurrences, or unknown occurrences

  7. unionManyOccSets :: [OccSet] -> OccSet

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

    No documentation available.

  8. nameSetAny :: (Name -> Bool) -> NameSet -> Bool

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

    No documentation available.

  9. unionManyUniqDSets :: [UniqDSet a] -> UniqDSet a

    ghc-lib-parser GHC.Types.Unique.DSet

    No documentation available.

  10. unionManyUniqSets :: [UniqSet a] -> UniqSet a

    ghc-lib-parser GHC.Types.Unique.Set

    No documentation available.

Page 160 of many | Previous | Next