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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.StgToCmm.Env

    No documentation available.

  3. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

    ghc GHC.Tc.Types.Evidence

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

  4. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc GHC.Types.Basic

    No documentation available.

  5. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc GHC.Types.CostCentre

    No documentation available.

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

    ghc GHC.Types.Id

    No documentation available.

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

    ghc GHC.Types.Name.Shape

    Like substNameShape, but returns Nothing if no substitution works.

  8. maybeParens :: Bool -> Doc -> Doc

    ghc GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

  9. maybeP :: forall (m :: Type -> Type) a' a b' b r . Monad m => Proxy a' a b' b m (Maybe r) -> Proxy a' a b' b (MaybeT m) r

    pipes Pipes.Lift

    Wrap the base monad in MaybeT

  10. maybePokeGError :: Ptr (Ptr GError) -> Maybe GError -> IO ()

    haskell-gi-base Data.GI.Base.GError

    If the passed in Maybe GError is not Nothing, store a copy in the passed in pointer, unless the pointer is nullPtr.

Page 35 of many | Previous | Next

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