Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type CmmFormal = LocalReg

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  2. CmmUnsafeForeignCall :: ForeignTarget -> [CmmFormal] -> [CmmActual] -> CmmNode 'Open 'Open

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  3. primRepForeignHint :: PrimRep -> ForeignHint

    ghc-lib-parser GHC.Cmm.Utils

    No documentation available.

  4. typeForeignHint :: NvUnaryType -> ForeignHint

    ghc-lib-parser GHC.Cmm.Utils

    No documentation available.

  5. llvmCgPlatform :: LlvmCgConfig -> !Platform

    ghc-lib-parser GHC.CmmToLlvm.Config

    Target platform

  6. SelForAll :: CoSel

    ghc-lib-parser GHC.Core.Coercion

    No documentation available.

  7. mkForAllCo :: HasDebugCallStack => TyCoVar -> ForAllTyFlag -> ForAllTyFlag -> CoercionN -> Coercion -> Coercion

    ghc-lib-parser GHC.Core.Coercion

    Make a Coercion from a tycovar, a kind coercion, and a body coercion.

  8. mkHomoForAllCos :: [ForAllTyBinder] -> Coercion -> Coercion

    ghc-lib-parser GHC.Core.Coercion

    Make a Coercion quantified over a type/coercion variable; the variable has the same kind and visibility in both sides of the coercion

  9. mkNakedForAllCo :: TyVar -> ForAllTyFlag -> ForAllTyFlag -> CoercionN -> Coercion -> Coercion

    ghc-lib-parser GHC.Core.Coercion

    No documentation available.

  10. splitForAllCo_co_maybe :: Coercion -> Maybe (CoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)

    ghc-lib-parser GHC.Core.Coercion

    Like splitForAllCo_maybe, but only returns Just for covar binder

Page 668 of many | Previous | Next