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. mkGlobalId :: IdDetails -> Name -> Type -> IdInfo -> Id

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    Workers get local names. CoreTidy will externalise these if necessary

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

    ghc GHC.Plugins

    No documentation available.

  7. realIdUnfolding :: Id -> Unfolding

    ghc GHC.Plugins

    Expose the unfolding if there is one, including for loop breakers

  8. scaleIdBy :: Mult -> Id -> Id

    ghc GHC.Plugins

    No documentation available.

  9. setIdArity :: Id -> Arity -> Id

    ghc GHC.Plugins

    No documentation available.

  10. setIdCafInfo :: Id -> CafInfo -> Id

    ghc GHC.Plugins

    No documentation available.

Page 532 of many | Previous | Next