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. newtype Identity a

    rio RIO.Prelude.Types

    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
    

  2. Identity :: a -> Identity a

    rio RIO.Prelude.Types

    No documentation available.

  3. newtype Ident

    shakespeare Text.Shakespeare.Base

    No documentation available.

  4. Ident :: String -> Ident

    shakespeare Text.Shakespeare.Base

    No documentation available.

  5. data Identical (a :: k) (b :: k1) (s :: k) (t :: k1)

    diagrams-lib Diagrams.Prelude

    Provides witness that (s ~ a, b ~ t) holds.

  6. newtype Identity a

    diagrams-lib Diagrams.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
    

  7. Identity :: a -> Identity a

    diagrams-lib Diagrams.Prelude

    No documentation available.

  8. module Test.Syd.Validity.Functions.Idempotence

    Standard tests involving validity

  9. module Test.Syd.Validity.Operations.Identity

    No documentation available.

  10. newtype Identity a

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

Page 185 of many | Previous | Next