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. class (Bialgebra r h, IdempotentAlgebra r h, IdempotentCoalgebra r h) => IdempotentBialgebra r h

    algebra Numeric.Algebra.Idempotent

    No documentation available.

  2. class Coalgebra r c => IdempotentCoalgebra r c

    algebra Numeric.Algebra.Idempotent

    No documentation available.

  3. newtype Identity a

    classy-prelude-yesod ClassyPrelude.Yesod

    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
    

  4. Identity :: a -> Identity a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  5. module Core.Telemetry.Identifiers

    Machinery for generating identifiers to be used in traces and spans. Meets the requirements of the W3C Trace Context specification, specifically as relates to forming trace identifiers and span identifiers into traceparent headers. The key requirements are that traces be globally unique and that spans be unique within a trace.

  6. Ident :: Text -> Token

    css-syntax Data.CSS.Syntax.Tokens

    No documentation available.

  7. IDDouble :: Double -> ID

    dotparse DotParse

    No documentation available.

  8. IDHtml :: ByteString -> ID

    dotparse DotParse

    No documentation available.

  9. IDInt :: Int -> ID

    dotparse DotParse

    No documentation available.

  10. IDQuoted :: ByteString -> ID

    dotparse DotParse

    No documentation available.

Page 223 of many | Previous | Next