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.
mkGlobalId :: IdDetails -> Name -> Type -> IdInfo -> Idghc GHC.Plugins For an explanation of global vs. local Ids, see GHC.Types.Var.Var#globalvslocal
mkLocalId :: HasDebugCallStack => Name -> Mult -> Type -> Idghc GHC.Plugins For an explanation of global vs. local Ids, see GHC.Types.Var#globalvslocal
mkLocalIdOrCoVar :: HasDebugCallStack => Name -> Mult -> Type -> Idghc GHC.Plugins Like mkLocalId, but checks the type to see if it should make a covar
mkLocalIdWithInfo :: HasDebugCallStack => Name -> Mult -> Type -> IdInfo -> Idghc GHC.Plugins No documentation available.
mkWorkerId :: Unique -> Id -> Type -> Idghc GHC.Plugins Workers get local names. CoreTidy will externalise these if necessary
modifyIdInfo :: HasDebugCallStack => (IdInfo -> IdInfo) -> Id -> Idghc GHC.Plugins No documentation available.
realIdUnfolding :: Id -> Unfoldingghc GHC.Plugins Expose the unfolding if there is one, including for loop breakers
-
ghc GHC.Plugins No documentation available.
setIdArity :: Id -> Arity -> Idghc GHC.Plugins No documentation available.
setIdCafInfo :: Id -> CafInfo -> Idghc GHC.Plugins No documentation available.