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.
-
essence-of-live-coding LiveCoding.Migrate.Monad.Trans No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Types No documentation available.
-
ghc-lib-parser GHC.Builtin.Types No documentation available.
maybeLocalBlockLabel :: CLabel -> Maybe BlockIdghc-lib-parser GHC.Cmm.CLabel If a label is a local block label then return just its BlockId, otherwise Nothing.
maybeInvertCmmExpr :: CmmExpr -> Maybe CmmExprghc-lib-parser GHC.Cmm.Expr No documentation available.
maybeIntComparison :: MachOp -> Maybe Widthghc-lib-parser GHC.Cmm.MachOp Returns Just w if the operation is an integer comparison with width w, or Nothing otherwise.
maybeInvertComparison :: MachOp -> Maybe MachOpghc-lib-parser GHC.Cmm.MachOp No documentation available.
maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExprghc-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
maybeParen :: PprPrec -> PprPrec -> SDoc -> SDocghc-lib-parser GHC.Core.TyCo.Ppr No documentation available.