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. IdTable :: String -> IdTable key a

    mysql-json-table Database.MySQL.JSONTable

    No documentation available.

  2. data Identity

    roc-id ROC.ID

    Represents a valid 10-digit ROC national identification number (中華民國身份證號碼) of the form A123456789. By construction, invalid values are not representable by this type. An identification number encodes a person's Gender, the Location in which they first registered for an identification card, and a unique Serial number.

  3. Identity :: Gender -> Location -> Serial -> Identity

    roc-id ROC.ID

    No documentation available.

  4. pattern IdJ :: FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a

    rzk Language.Rzk.Free.Syntax

    No documentation available.

  5. IdJF :: term -> term -> term -> term -> term -> term -> TermF scope term

    rzk Language.Rzk.Free.Syntax

    No documentation available.

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

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

    rzk Language.Rzk.Syntax.Abs

    No documentation available.

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

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

  10. Identity :: SymopGeom a

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

    No documentation available.

Page 221 of many | Previous | Next