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.
setIdDetails :: Id -> IdDetails -> Idghc GHC.Types.Var No documentation available.
-
ghc GHC.Types.Var Exports the given local Id. Can also be called on global Ids, such as data constructors and class operations, which are born as global Ids and automatically exported
-
ghc GHC.Types.Var No documentation available.
-
ghc GHC.Types.Var We can only do this to LocalIds
updateIdTypeAndMult :: (Type -> Type) -> Id -> Idghc GHC.Types.Var No documentation available.
updateIdTypeAndMultM :: Monad m => (Type -> m Type) -> Id -> m Idghc GHC.Types.Var No documentation available.
updateIdTypeButNotMult :: (Type -> Type) -> Id -> Idghc GHC.Types.Var No documentation available.
type
DIdEnv elt = UniqDFM Var eltghc GHC.Types.Var.Env Deterministic Identifier Environment Sadly not always indexed by Id, but it is in the common case.
type
TidyEnv = (TidyOccEnv, VarEnv Var)ghc GHC.Types.Var.Env Tidy Environment When tidying up print names, we keep a mapping of in-scope occ-names (the TidyOccEnv) and a Var-to-Var of the current renamings
delTidyEnvList :: TidyEnv -> [Var] -> TidyEnvghc GHC.Types.Var.Env No documentation available.