Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. idm :: Monoid m => m

    optparse-applicative Options.Applicative

    Trivial option modifier.

  2. idm :: Monoid m => m

    optparse-applicative Options.Applicative.Builder

    Trivial option modifier.

  3. idP :: forall (m :: Type -> Type) l a r . Monad m => Pipe l a a r m r

    conduit Data.Conduit.Internal

    The identity Pipe. Since 0.5.0

  4. idDataCon :: Id -> DataCon

    ghc GHC

    Get from either the worker or the wrapper Id to the DataCon. Currently used only in the desugarer. INVARIANT: idDataCon (dataConWrapId d) = d: remember, dataConWrapId can return either the wrapper or the worker

  5. idType :: Id -> Kind

    ghc GHC

    No documentation available.

  6. ident_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

  7. idom :: Rooted -> [(Node, Node)]

    ghc GHC.CmmToAsm.CFG.Dominators

    Immediate dominators. O(|E|*alpha(|E|,|V|)), where alpha(m,n) is "a functional inverse of Ackermann's function". This Complexity bound assumes O(1) indexing. Since we're using IntMap, it has an additional lg |V| factor somewhere in there. I'm not sure where.

  8. idFVs :: Id -> FV

    ghc GHC.Core.FVs

    No documentation available.

  9. idFreeVars :: Id -> VarSet

    ghc GHC.Core.FVs

    No documentation available.

  10. idRuleVars :: Id -> VarSet

    ghc GHC.Core.FVs

    No documentation available.

Page 263 of many | Previous | Next