Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. maybeMigrateFromState :: (Typeable stateInternal', Typeable stateInternal) => State stateT stateInternal -> Maybe stateInternal'

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

    No documentation available.

  2. maybeMigrateToState :: (Typeable stateInternal', Typeable stateInternal) => State stateT stateInternal -> stateInternal' -> Maybe (State stateT stateInternal)

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

    No documentation available.

  3. maybeTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  4. maybeTyCon :: TyCon

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  5. maybeTyConName :: Name

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  6. 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.

  7. maybeInvertCmmExpr :: CmmExpr -> Maybe CmmExpr

    ghc-lib-parser GHC.Cmm.Expr

    No documentation available.

  8. 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.

  9. maybeInvertComparison :: MachOp -> Maybe MachOp

    ghc-lib-parser GHC.Cmm.MachOp

    No documentation available.

  10. 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

Page 31 of many | Previous | Next