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. maybeMigrateToState :: (Typeable stateInternal', Typeable stateInternal) => State stateT stateInternal -> stateInternal' -> Maybe (State stateT stateInternal)

    essence-of-live-coding LiveCoding.Migrate.Monad.Trans

    No documentation available.

  2. maybeTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  3. maybeTyCon :: TyCon

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  4. maybeTyConName :: Name

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  5. maybeLocalBlockLabel :: CLabel -> Maybe BlockId

    ghc-lib-parser GHC.Cmm.CLabel

    If a label is a local block label then return just its BlockId, otherwise Nothing.

  6. maybeInvertCmmExpr :: CmmExpr -> Maybe CmmExpr

    ghc-lib-parser GHC.Cmm.Expr

    No documentation available.

  7. maybeIntComparison :: MachOp -> Maybe Width

    ghc-lib-parser GHC.Cmm.MachOp

    Returns Just w if the operation is an integer comparison with width w, or Nothing otherwise.

  8. maybeInvertComparison :: MachOp -> Maybe MachOp

    ghc-lib-parser GHC.Cmm.MachOp

    No documentation available.

  9. maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr

    ghc-lib-parser GHC.Core

    Retrieves the template of an unfolding if possible maybeUnfoldingTemplate is used mainly when specialising, and we do want to specialise DFuns, so it's important to return a template for DFunUnfoldings

  10. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc-lib-parser GHC.Core.TyCo.Ppr

    No documentation available.

Page 31 of many | Previous | Next