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.

  1. setRuleInfo :: IdInfo -> RuleInfo -> IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  2. setRuleInfoHead :: Name -> RuleInfo -> RuleInfo

    ghc-lib-parser GHC.Types.Id.Info

    Change the name of the function the rule is keyed on all of the CoreRules

  3. setTagSig :: IdInfo -> TagSig -> IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  4. setUnfoldingInfo :: IdInfo -> Unfolding -> IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  5. setNameLoc :: Name -> SrcSpan -> Name

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  6. setNameUnique :: Name -> Unique -> Name

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  7. setOccNameSpace :: NameSpace -> OccName -> OccName

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

  8. setSafeMode :: SafeHaskellMode -> IfaceTrustInfo

    ghc-lib-parser GHC.Types.SafeHaskell

    No documentation available.

  9. setTagUDSMT :: forall (m :: Type -> Type) a . Monad m => Char -> UniqDSMT m a -> UniqDSMT m a

    ghc-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.

  10. setIdDetails :: Id -> IdDetails -> Id

    ghc-lib-parser GHC.Types.Var

    No documentation available.

Page 383 of many | Previous | Next