• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. suggestAnyExtension :: [Extension] -> GhcHint

    ghc GHC.Types.Hint

    Suggests to enable any extension in the list.

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

    ghc GHC.Types.Hint

    Like suggestAnyExtension but allows supplying extra info for the user.

  3. ManyOccs :: TailCallInfo -> OccInfo

    ghc GHC.Types.Id.Info

    There are many occurrences, or unknown occurrences

  4. unionManyOccSets :: [OccSet] -> OccSet

    ghc GHC.Types.Name.Occurrence

    No documentation available.

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

    ghc GHC.Types.Name.Set

    No documentation available.

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

    ghc GHC.Types.Unique.DSet

    No documentation available.

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

    ghc GHC.Types.Unique.Set

    No documentation available.

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

    ghc GHC.Types.Unique.Set

    No documentation available.

  9. unionManyModuleSets :: [ModuleSet] -> ModuleSet

    ghc GHC.Unit.Module.Env

    No documentation available.

  10. ApplicativeArgMany :: XApplicativeArgMany idL -> [ExprLStmt idL] -> HsExpr idL -> LPat idL -> HsDoFlavour -> ApplicativeArg idL

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

Page 119 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete