Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setRuleInfoHead :: Name -> RuleInfo -> RuleInfo

    ghc GHC.Types.Id.Info

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

  2. setTagSig :: IdInfo -> TagSig -> IdInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  3. setUnfoldingInfo :: IdInfo -> Unfolding -> IdInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  4. setNameLoc :: Name -> SrcSpan -> Name

    ghc GHC.Types.Name

    No documentation available.

  5. setNameUnique :: Name -> Unique -> Name

    ghc GHC.Types.Name

    No documentation available.

  6. setOccNameSpace :: NameSpace -> OccName -> OccName

    ghc GHC.Types.Name.Occurrence

    No documentation available.

  7. setSafeMode :: SafeHaskellMode -> IfaceTrustInfo

    ghc GHC.Types.SafeHaskell

    No documentation available.

  8. setIdDetails :: Id -> IdDetails -> Id

    ghc GHC.Types.Var

    No documentation available.

  9. setIdExported :: Id -> Id

    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

  10. setIdMult :: Id -> Mult -> Id

    ghc GHC.Types.Var

    No documentation available.

Page 200 of many | Previous | Next