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 IdentityType

    aws Aws.Ses.Commands.ListIdentities

    No documentation available.

  2. IdeographicBaseline :: TextBaselineAlignment

    blank-canvas Graphics.Blank

    No documentation available.

  3. IdsQuery :: [DocId] -> Query

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. data IdBindingInfo

    breakpoint Debug.Breakpoint.GhcFacade

    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.

  5. type Identifier = Either ModuleName Name

    calligraphy Calligraphy.Compat.GHC

    No documentation available.

  6. data IdentifierDetails a

    calligraphy Calligraphy.Compat.GHC

    Information associated with every identifier We need to include types with identifiers because sometimes multiple identifiers occur in the same span(Overloaded Record Fields and so on)

  7. IdentifierDetails :: Maybe a -> Set ContextInfo -> IdentifierDetails a

    calligraphy Calligraphy.Compat.GHC

    No documentation available.

  8. data IdScope

    clash-lib Clash.Core.Var

    No documentation available.

  9. data Identifier

    clash-lib Clash.Netlist.Id

    HDL identifier. Consists of a base name and a number of extensions. An identifier with a base name of "foo" and a list of extensions [1, 2] will be rendered as "foo_1_2". Note: The Eq instance of Identifier is case insensitive! E.g., two identifiers with base names fooBar and FoObAR are considered the same. However, identifiers are stored case preserving. This means Clash won't generate two identifiers with differing case, but it will try to keep capitalization. The goal of this data structure is to greatly simplify how Clash deals with identifiers internally. Any Identifier should be trivially printable to any HDL. NB: use the functions in Clash.Netlist.Id. Don't use these constructors directly.

  10. data IdentifierSet

    clash-lib Clash.Netlist.Id

    A collection of unique identifiers. Allows for fast fresh identifier generation. NB: use the functions in Clash.Netlist.Id. Don't use the constructor directly.

Page 212 of many | Previous | Next