Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. maybeInvertCond :: Cond -> Maybe Cond

    ghc GHC.CmmToAsm.X86.Cond

    If we apply maybeInvertCond to the condition of a jump we turn jumps taken into jumps not taken and vice versa. Careful! If the used comparison and the conditional jump don't match the above behaviour will NOT hold. When used for FP comparisons this does not consider unordered numbers. Also inverting twice might return a synonym for the original condition.

  2. maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr

    ghc 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

  3. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc GHC.Core.TyCo.Ppr

    No documentation available.

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

    ghc GHC.Data.Unboxed

    No documentation available.

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

    ghc GHC.Linker.Windows

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.StgToCmm.Env

    No documentation available.

  8. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

    ghc GHC.Tc.Types.Evidence

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

  9. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc GHC.Types.Basic

    No documentation available.

  10. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc GHC.Types.CostCentre

    No documentation available.

Page 35 of many | Previous | Next