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. maybeTyConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  2. maybeTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

  3. maybeTyConName :: Name

    ghc GHC.Builtin.Types

    No documentation available.

  4. maybeCharLikeCon :: DataCon -> Bool

    ghc GHC.Builtin.Utils

    No documentation available.

  5. maybeIntLikeCon :: DataCon -> Bool

    ghc GHC.Builtin.Utils

    No documentation available.

  6. maybeLocalBlockLabel :: CLabel -> Maybe BlockId

    ghc GHC.Cmm.CLabel

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

  7. maybeInvertCmmExpr :: CmmExpr -> Maybe CmmExpr

    ghc GHC.Cmm.Expr

    No documentation available.

  8. maybeIntComparison :: MachOp -> Maybe Width

    ghc 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 GHC.Cmm.MachOp

    No documentation available.

  10. maybeFlipCond :: Cond -> Maybe Cond

    ghc GHC.CmmToAsm.X86.Cond

    maybeFlipCond c returns Just c' if it is possible to flip the arguments to the conditional c, and the new condition should be c'.

Page 34 of many | Previous | Next