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. pattern IdJT :: ann (FS (AnnF ann TermF) a) -> FS (AnnF ann TermF) a -> FS (AnnF ann TermF) a -> FS (AnnF ann TermF) a -> FS (AnnF ann TermF) a -> FS (AnnF ann TermF) a -> FS (AnnF ann TermF) a -> FS (AnnF ann TermF) a

    rzk Language.Rzk.Free.Syntax

    No documentation available.

  2. IdJ :: a -> Term' a -> Term' a -> Term' a -> Term' a -> Term' a -> Term' a -> Term' a

    rzk Language.Rzk.Syntax.Abs

    No documentation available.

  3. data Identifier

    semver Data.SemVer

    A type representing an individual identifier from the release or metadata components of a Version.

    • The Ord instance implements precedence according to the semantic version specification, with numeric identifiers being of lower precedence than textual identifiers, otherwise lexicographic ordering is used.
    The functions numeric and textual can be used to construct an Identifier.

  4. data Identity a

    streamly Streamly.Data.Stream.MkType

    Identity functor and monad. (a non-strict monad)

    Examples

    >>> fmap (+1) (Identity 0)
    Identity 1
    
    >>> Identity [1, 2, 3] <> Identity [4, 5, 6]
    Identity [1,2,3,4,5,6]
    
    >>> do
    x <- Identity 10
    y <- Identity (x + 5)
    pure (x + y)
    Identity 25
    

  5. Identity :: SymopGeom a

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom

    No documentation available.

  6. IDiv :: BinaryOp

    vivid-supercollider Vivid.SC.SynthDef.Types

    Integer division

  7. data IDPSSODescriptor

    wai-saml2 Network.Wai.SAML2.EntityDescriptor

    Describes metadata of an identity provider. See also section 2.4.3 of Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0.

  8. IDPSSODescriptor :: Text -> SignedExact Certificate -> [Text] -> [(Binding, Text)] -> IDPSSODescriptor

    wai-saml2 Network.Wai.SAML2.EntityDescriptor

    No documentation available.

  9. class IdentifyAccount a

    web3-polkadot Network.Polkadot

    Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.

  10. class IdentifyAccount a

    web3-polkadot Network.Polkadot.Account

    Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.

Page 221 of many | Previous | Next