Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. data IdBindingInfo

    ghc-lib-parser GHC.Tc.Types

    IdBindingInfo describes how an Id is bound. It is used for the following purposes: a) for static forms in checkClosedInStaticForm and b) to figure out when a nested binding can be generalised, in decideGeneralisationPlan.

  2. data IdBindingInfo

    ghc-lib-parser GHC.Tc.Types.BasicTypes

    IdBindingInfo describes how an Id is bound. It is used for the following purposes: a) for static forms in checkClosedInStaticForm and b) to figure out when a nested binding can be generalised, in decideGeneralisationPlan.

  3. type IdUnfoldingFun = Id -> Unfolding

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  4. data IdDetails

    ghc-lib-parser GHC.Types.Id.Info

    Identifier Details The IdDetails of an Id give stable, and necessary, information about the Id.

  5. data IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    Identifier Information An IdInfo gives optional information about an Id. If present it never lies, but it may not be present, in which case there is always a conservative assumption which can be made. Two Ids may have different info even though they have the same Unique (and are hence the same Id); for example, one might lack the properties attached to the other. Most of the IdInfo gives information about the value, or definition, of the Id, independent of its usage. Exceptions to this are demandInfo, occInfo, oneShotInfo and callArityInfo. Performance note: when we update IdInfo, we have to reallocate this entire record, so it is a good idea not to let this data structure get too big.

  6. type IdEnv elt = UniqFM Id elt

    ghc-lib-parser GHC.Types.Var.Env

    Identifier Environment

  7. type IdSet = UniqSet Id

    ghc-lib-parser GHC.Types.Var.Set

    Identifier Set

  8. type family IdP p

    ghc-lib-parser Language.Haskell.Syntax.Extension

    Maps the "normal" id type for a given pass

  9. data Idempotency

    persistent-test MigrationIdempotencyTest

    No documentation available.

  10. Idempotency :: Int64 -> Text -> Text -> Text -> Text -> Text -> Double -> Int32 -> Bool -> Idempotency

    persistent-test MigrationIdempotencyTest

    No documentation available.

Page 195 of many | Previous | Next