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.
archWordFormat :: Bool -> Formatghc GHC.CmmToAsm.X86.Instr No documentation available.
-
ghc GHC.CmmToLlvm.Base Get target platform
llvmCgPlatform :: LlvmCgConfig -> !Platformghc GHC.CmmToLlvm.Config Target platform
-
ghc GHC.Core.Coercion No documentation available.
-
ghc GHC.Core.Coercion Make a Coercion from a tycovar, a kind coercion, and a body coercion.
mkHomoForAllCos :: [ForAllTyBinder] -> Coercion -> Coercionghc 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
mkNakedForAllCo :: TyVar -> ForAllTyFlag -> ForAllTyFlag -> CoercionN -> Coercion -> Coercionghc GHC.Core.Coercion No documentation available.
splitForAllCo_co_maybe :: Coercion -> Maybe (CoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)ghc GHC.Core.Coercion Like splitForAllCo_maybe, but only returns Just for covar binder
splitForAllCo_maybe :: Coercion -> Maybe (TyCoVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)ghc GHC.Core.Coercion No documentation available.
splitForAllCo_ty_maybe :: Coercion -> Maybe (TyVar, ForAllTyFlag, ForAllTyFlag, Coercion, Coercion)ghc GHC.Core.Coercion Like splitForAllCo_maybe, but only returns Just for tyvar binder