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 IdInfo

    ghc 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.

  2. type IdEnv elt = UniqFM Id elt

    ghc GHC.Types.Var.Env

    Identifier Environment

  3. type IdSet = UniqSet Id

    ghc GHC.Types.Var.Set

    Identifier Set

  4. type family IdP p

    ghc Language.Haskell.Syntax.Extension

    Maps the "normal" id type for a given pass

  5. module Control.Monad.Identity

    No documentation available.

  6. module Control.Monad.Trans.Identity

    No documentation available.

  7. module Data.Functor.Identity

    No documentation available.

  8. data Identity' a

    optics-core Optics.Internal.Utils

    No documentation available.

  9. Identity' :: () -> a -> Identity' a

    optics-core Optics.Internal.Utils

    No documentation available.

  10. IDupVarId :: String -> Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

Page 183 of many | Previous | Next