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. module Control.Monad.Identity

    • Computation type: Simple function application.
    • Binding strategy: The bound function is applied to the input value. Identity x >>= f == Identity (f x)
    • Useful for: Monads can be derived from monad transformers applied to the Identity monad.
    • Zero and plus: None.
    • Example type: Identity a
    The Identity monad is a monad that does not embody any computational strategy. It simply applies the bound function to its input without any modification. Computationally, there is no reason to use the Identity monad instead of the much simpler act of simply applying functions to their arguments. The purpose of the Identity monad is its fundamental role in the theory of monad transformers. Any monad transformer applied to the Identity monad yields a non-transformer version of that monad.

  2. Identical :: ComparisonResult

    mpi-hs Control.Distributed.MPI

    No documentation available.

  3. data IdentifierQuotation

    relational-query Database.Relational.Arrow

    Configuration for quotation of identifiers of SQL.

  4. data IdentifierQuotation

    relational-query Database.Relational.Config

    Configuration for quotation of identifiers of SQL.

  5. IdeographicDescriptionCharacters :: Block

    unicode-data Unicode.Char.General.Blocks

    U+2FF0..U+2FFF: Ideographic Description Characters.

  6. IdeographicSymbolsAndPunctuation :: Block

    unicode-data Unicode.Char.General.Blocks

    U+16FE0..U+16FFF: Ideographic Symbols and Punctuation.

  7. module Unicode.Char.Identifiers

    Unicode Identifier and Pattern Syntax property functions based on Unicode Standard Annex #31

  8. Ideal :: SemVer -> Versioning

    versions Data.Versions

    No documentation available.

  9. IdentityCovered :: ItemKindIx -> ContentId ItemKind -> ItemIdentity

    LambdaHack Game.LambdaHack.Common.Item

    No documentation available.

  10. IdentityObvious :: ContentId ItemKind -> ItemIdentity

    LambdaHack Game.LambdaHack.Common.Item

    No documentation available.

Page 200 of many | Previous | Next