Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. module Control.Comonad.Trans.Identity

    No documentation available.

  2. newtype IdentityT (f :: k -> Type) (a :: k)

    comonad Control.Comonad.Trans.Identity

    The trivial monad transformer, which maps a monad to an equivalent monad.

  3. IdentityT :: f a -> IdentityT (f :: k -> Type) (a :: k)

    comonad Control.Comonad.Trans.Identity

    No documentation available.

  4. module GHC.Builtin.PrimOps.Ids

    PrimOp's Ids

  5. IDIV :: Format -> Operand -> Instr

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  6. type IdUnfoldingFun = Id -> Unfolding

    ghc GHC.Core

    No documentation available.

  7. type IdSubstEnv = IdEnv CoreExpr

    ghc GHC.Core.Subst

    A substitution of Exprs for non-coercion Ids

  8. type IdSubstEnv = IdEnv CoreExpr

    ghc GHC.Core.TyCo.Subst

    A substitution of Exprs for non-coercion Ids

  9. type IdSubstEnv = IdEnv CoreExpr

    ghc GHC.Core.Type

    A substitution of Exprs for non-coercion Ids

  10. newtype IdSig

    ghc GHC.Hs.Binds

    A type signature in generated code, notably the code generated for record selectors. We simply record the desired Id itself, replete with its name, type and IdDetails. Otherwise it's just like a type signature: there should be an accompanying binding

Page 179 of many | Previous | Next