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

  2. suggestAnyExtension :: [Extension] -> GhcHint

    ghc GHC.Types.Hint

    Suggests to enable any extension in the list.

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

    ghc GHC.Types.Hint

    Like suggestAnyExtension but allows supplying extra info for the user.

  4. ManyOccs :: TailCallInfo -> OccInfo

    ghc GHC.Types.Id.Info

    There are many occurrences, or unknown occurrences

  5. unionManyOccSets :: [OccSet] -> OccSet

    ghc GHC.Types.Name.Occurrence

    No documentation available.

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

    ghc GHC.Types.Name.Set

    No documentation available.

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

    ghc GHC.Types.Unique.DSet

    No documentation available.

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

    ghc GHC.Types.Unique.Set

    No documentation available.

  9. uniqSetAny :: (a -> Bool) -> UniqSet a -> Bool

    ghc GHC.Types.Unique.Set

    No documentation available.

  10. unionManyModuleSets :: [ModuleSet] -> ModuleSet

    ghc GHC.Unit.Module.Env

    No documentation available.

Page 117 of many | Previous | Next