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.

  1. setIdOneShotInfo :: Id -> OneShotInfo -> Id

    ghc GHC.Plugins

    No documentation available.

  2. setIdSpecialisation :: Id -> RuleInfo -> Id

    ghc GHC.Plugins

    No documentation available.

  3. setIdTagSig :: Id -> TagSig -> Id

    ghc GHC.Plugins

    No documentation available.

  4. setIdType :: Id -> Type -> Id

    ghc GHC.Plugins

    Not only does this set the Id Type, it also evaluates the type to try and reduce space usage

  5. setIdUnfolding :: Id -> Unfolding -> Id

    ghc GHC.Plugins

    No documentation available.

  6. setIdUnique :: Id -> Unique -> Id

    ghc GHC.Plugins

    No documentation available.

  7. substIdInfo :: Subst -> Id -> IdInfo -> Maybe IdInfo

    ghc GHC.Plugins

    Substitute into some IdInfo with regard to the supplied new Id. Discards unfoldings, unless they are Stable

  8. substIdOcc :: Subst -> Id -> Id

    ghc GHC.Plugins

    No documentation available.

  9. substIdType :: Subst -> Id -> Id

    ghc GHC.Plugins

    No documentation available.

  10. substRulesForImportedIds :: Subst -> [CoreRule] -> [CoreRule]

    ghc GHC.Plugins

    No documentation available.

Page 534 of many | Previous | Next