Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRuleInfo :: IdInfo -> RuleInfo -> IdInfoghc-lib-parser GHC.Types.Id.Info No documentation available.
setRuleInfoHead :: Name -> RuleInfo -> RuleInfoghc-lib-parser GHC.Types.Id.Info Change the name of the function the rule is keyed on all of the CoreRules
setTagSig :: IdInfo -> TagSig -> IdInfoghc-lib-parser GHC.Types.Id.Info No documentation available.
setUnfoldingInfo :: IdInfo -> Unfolding -> IdInfoghc-lib-parser GHC.Types.Id.Info No documentation available.
setNameLoc :: Name -> SrcSpan -> Nameghc-lib-parser GHC.Types.Name No documentation available.
setNameUnique :: Name -> Unique -> Nameghc-lib-parser GHC.Types.Name No documentation available.
setOccNameSpace :: NameSpace -> OccName -> OccNameghc-lib-parser GHC.Types.Name.Occurrence No documentation available.
setSafeMode :: SafeHaskellMode -> IfaceTrustInfoghc-lib-parser GHC.Types.SafeHaskell No documentation available.
setTagUDSMT :: forall (m :: Type -> Type) a . Monad m => Char -> UniqDSMT m a -> UniqDSMT m aghc-lib-parser GHC.Types.Unique.DSM Set the tag of the running UniqDSMT supply to the given tag and run an action with it. All uniques produced in the given action will use this tag, until the tag is changed again.
setIdDetails :: Id -> IdDetails -> Idghc-lib-parser GHC.Types.Var No documentation available.