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. maybeInvertCmmExpr :: CmmExpr -> Maybe CmmExpr

    ghc-lib-parser GHC.Cmm.Expr

    No documentation available.

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

  3. maybeInvertComparison :: MachOp -> Maybe MachOp

    ghc-lib-parser GHC.Cmm.MachOp

    No documentation available.

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

  5. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

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

    No documentation available.

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

    ghc-lib-parser GHC.Data.Unboxed

    No documentation available.

  7. maybeRead :: Read a => String -> Maybe a

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

  8. maybeReadFuzzy :: Read a => String -> Maybe a

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

  9. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

    ghc-lib-parser GHC.Tc.Types.Evidence

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

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

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

Page 47 of many | Previous | Next