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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. maybeUB :: b -> (a -> b) -> MaybeUB a -> b

    ghc GHC.Data.Unboxed

    No documentation available.

  2. maybeCreateManifest :: Logger -> TmpFs -> DynFlags -> FilePath -> IO [FilePath]

    ghc GHC.Linker.Windows

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

  4. maybeLetNoEscape :: CgIdInfo -> Maybe (BlockId, [LocalReg])

    ghc GHC.StgToCmm.Env

    No documentation available.

  5. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

    ghc GHC.Tc.Types.Evidence

    If a SwapFlag is IsSwapped, flip the orientation of a coercion

  6. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc GHC.Types.Basic

    No documentation available.

  7. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc GHC.Types.CostCentre

    No documentation available.

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

    ghc GHC.Types.Id

    No documentation available.

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

    ghc GHC.Types.Name.Shape

    Like substNameShape, but returns Nothing if no substitution works.

  10. maybeParens :: Bool -> Doc -> Doc

    ghc GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

Page 35 of many | Previous | Next

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