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. type IdentInfo = (SqlBackend, IdentState)

    esqueleto Database.Esqueleto.Internal.Internal

    Information needed to escape and use identifiers.

  2. newtype IdentState

    esqueleto Database.Esqueleto.Internal.Internal

    List of identifiers already in use and supply of temporary identifiers.

  3. IdentState :: HashSet Text -> IdentState

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  4. module GHC.Builtin.PrimOps.Ids

    PrimOp's Ids

  5. type IdUnfoldingFun = Id -> Unfolding

    ghc-lib-parser GHC.Core

    No documentation available.

  6. type IdSubstEnv = IdEnv CoreExpr

    ghc-lib-parser GHC.Core.Subst

    A substitution of Exprs for non-coercion Ids

  7. type IdSubstEnv = IdEnv CoreExpr

    ghc-lib-parser GHC.Core.TyCo.Subst

    A substitution of Exprs for non-coercion Ids

  8. type IdSubstEnv = IdEnv CoreExpr

    ghc-lib-parser GHC.Core.Type

    A substitution of Exprs for non-coercion Ids

  9. newtype IdSig

    ghc-lib-parser 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

  10. IdSig :: Id -> IdSig

    ghc-lib-parser GHC.Hs.Binds

    No documentation available.

Page 192 of many | Previous | Next