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

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc GHC.Types.Basic

    No documentation available.

  2. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc GHC.Types.CostCentre

    No documentation available.

  3. maybeModifyIdInfo :: Maybe IdInfo -> Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  4. maybeSubstNameShape :: NameShape -> Name -> Maybe Name

    ghc GHC.Types.Name.Shape

    Like substNameShape, but returns Nothing if no substitution works.

  5. maybeParens :: Bool -> Doc -> Doc

    ghc GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

  6. maybeGetPersistBuildConfig :: FilePath -> IO (Maybe LocalBuildInfo)

    Cabal Distribution.Simple.Configure

    Try to read the localBuildInfoFile.

  7. maybeToFlag :: Maybe a -> Flag a

    Cabal Distribution.Simple.Flag

    Converts a Maybe value to a Flag value.

  8. maybeToFlag :: Maybe a -> Flag a

    Cabal Distribution.Simple.Setup

    Converts a Maybe value to a Flag value.

  9. maybeExit :: IO ExitCode -> IO ()

    Cabal Distribution.Simple.Utils

    Helper to use with one of the rawSystem variants, and exit unless the command completes successfully.

  10. maybeComponentInstantiatedWith :: ComponentLocalBuildInfo -> Maybe [(ModuleName, OpenModule)]

    Cabal Distribution.Types.ComponentLocalBuildInfo

    No documentation available.

Page 35 of many | Previous | Next

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