Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ruleInfoRules :: RuleInfo -> [CoreRule]ghc GHC.Types.Id.Info No documentation available.
mkForeignExportOcc :: OccName -> OccNameghc GHC.Types.Name.Occurrence No documentation available.
transformGREs :: (GlobalRdrElt -> GlobalRdrElt) -> [OccName] -> GlobalRdrEnv -> GlobalRdrEnvghc GHC.Types.Name.Reader Apply a transformation function to the GREs for these OccNames
coreTyLamForAllTyFlag :: ForAllTyFlagghc GHC.Types.Var The ForAllTyFlag on a (Lam a e) term, where a is a type variable. If you want other ForAllTyFlag, use a cast. See Note [Required foralls in Core] in GHC.Core.TyCo.Rep
isInferredForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Types.Var No documentation available.
isInvisibleForAllTyBinder :: ForAllTyBinder -> Boolghc GHC.Types.Var No documentation available.
isInvisibleForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Types.Var Does this ForAllTyFlag classify an argument that is not written in Haskell?
isSpecifiedForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Types.Var No documentation available.
isVisibleForAllTyBinder :: ForAllTyBinder -> Boolghc GHC.Types.Var No documentation available.
isVisibleForAllTyFlag :: ForAllTyFlag -> Boolghc GHC.Types.Var Does this ForAllTyFlag classify an argument that is written in Haskell?