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. localiseId :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  2. maybeModifyIdInfo :: Maybe IdInfo -> Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  3. mkExportedLocalId :: IdDetails -> Name -> Type -> Id

    ghc GHC.Types.Id

    Create a local Id that is marked as exported. This prevents things attached to it from being removed as dead code. See Note [Exported LocalIds]

  4. mkExportedVanillaId :: Name -> Type -> Id

    ghc GHC.Types.Id

    No documentation available.

  5. mkGlobalId :: IdDetails -> Name -> Type -> IdInfo -> Id

    ghc GHC.Types.Id

    For an explanation of global vs. local Ids, see GHC.Types.Var.Var#globalvslocal

  6. mkLocalId :: HasDebugCallStack => Name -> Mult -> Type -> Id

    ghc GHC.Types.Id

    For an explanation of global vs. local Ids, see GHC.Types.Var#globalvslocal

  7. mkLocalIdOrCoVar :: HasDebugCallStack => Name -> Mult -> Type -> Id

    ghc GHC.Types.Id

    Like mkLocalId, but checks the type to see if it should make a covar

  8. mkLocalIdWithInfo :: HasDebugCallStack => Name -> Mult -> Type -> IdInfo -> Id

    ghc GHC.Types.Id

    No documentation available.

  9. mkWorkerId :: Unique -> Id -> Type -> Id

    ghc GHC.Types.Id

    Workers get local names. CoreTidy will externalise these if necessary

  10. modifyIdInfo :: HasDebugCallStack => (IdInfo -> IdInfo) -> Id -> Id

    ghc GHC.Types.Id

    No documentation available.

Page 569 of many | Previous | Next