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. IdeographicSymbolsAndPunctuation :: Block

    unicode-data Unicode.Char.General.Blocks

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

  2. module Unicode.Char.Identifiers

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

  3. Ideal :: SemVer -> Versioning

    versions Data.Versions

    No documentation available.

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

    LambdaHack Game.LambdaHack.Common.Item

    No documentation available.

  5. IdentityObvious :: ContentId ItemKind -> ItemIdentity

    LambdaHack Game.LambdaHack.Common.Item

    No documentation available.

  6. Identify :: Effect

    LambdaHack Game.LambdaHack.Content.ItemKind

    find a suitable (i.e., not identified) item, starting from the floor, and identify it

  7. newtype Identity a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    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
    

  8. Identity :: a -> Identity a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    No documentation available.

  9. type IDCode = String

    clash-prelude Clash.Signal.Trace

    No documentation available.

  10. newtype Identity a

    classy-prelude-conduit ClassyPrelude.Conduit

    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
    

Page 201 of many | Previous | Next