Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setIdOneShotInfo :: Id -> OneShotInfo -> Idghc GHC.Plugins No documentation available.
setIdSpecialisation :: Id -> RuleInfo -> Idghc GHC.Plugins No documentation available.
setIdTagSig :: Id -> TagSig -> Idghc GHC.Plugins No documentation available.
-
ghc GHC.Plugins Not only does this set the Id Type, it also evaluates the type to try and reduce space usage
setIdUnfolding :: Id -> Unfolding -> Idghc GHC.Plugins No documentation available.
setIdUnique :: Id -> Unique -> Idghc GHC.Plugins No documentation available.
substIdInfo :: Subst -> Id -> IdInfo -> Maybe IdInfoghc GHC.Plugins Substitute into some IdInfo with regard to the supplied new Id. Discards unfoldings, unless they are Stable
substIdOcc :: Subst -> Id -> Idghc GHC.Plugins No documentation available.
substIdType :: Subst -> Id -> Idghc GHC.Plugins No documentation available.
substRulesForImportedIds :: Subst -> [CoreRule] -> [CoreRule]ghc GHC.Plugins No documentation available.