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.
-
ghc GHC.Cmm.Node No documentation available.
-
ghc GHC.Cmm.Node No documentation available.
ForeignTarget :: CmmExpr -> ForeignConvention -> ForeignTargetghc GHC.Cmm.Node No documentation available.
-
ghc GHC.Cmm.Type No documentation available.
-
Formats on this architecture A Format is a combination of width and class TODO: Signed vs unsigned? TODO: This module is currently shared by all architectures because NCGMonad need to know about it to make a VReg. It would be better to have architecture specific formats, and do the overloading properly. eg SPARC doesn't care about FF80.
-
ghc GHC.CmmToAsm.Format No documentation available.
ForceSpecConstr :: SpecConstrAnnotationghc GHC.Core.Opt.SpecConstr No documentation available.
ForAllPred :: [TyVar] -> [PredType] -> PredType -> Predghc GHC.Core.Predicate A quantified predicate. See Note [Quantified constraints] in GHC.Tc.Solver.Solve
ForAllCo :: TyCoVar -> ForAllTyFlag -> ForAllTyFlag -> KindCoercion -> Coercion -> Coercionghc GHC.Core.TyCo.Rep No documentation available.
ForAllTy :: ForAllTyBinder -> Type -> Typeghc GHC.Core.TyCo.Rep A Π type. See Note [Why ForAllTy can quantify over a coercion variable] INVARIANT: If the binder is a coercion variable, it must be mentioned in the Type. See Note [Unused coercion variable in ForAllTy]