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

    streaming Streaming

    No documentation available.

  2. module Basement.Compat.Identity

    Identity re-export, with a compat wrapper for older version of base that do not have Data.Functor.Identity

  3. newtype Identity a

    basement Basement.Compat.Identity

    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

    basement Basement.Compat.Identity

    No documentation available.

  5. class (Additive a, Multiplicative a) => IDivisible a

    basement Basement.Numerical.Multiplicative

    Represent types that supports an euclidian division

    (x ‘div‘ y) * y + (x ‘mod‘ y) == x
    

  6. module Test.Validity.Functions.Idempotence

    Standard tests involving validity

  7. module Test.Validity.Operations.Identity

    No documentation available.

  8. data IdSym0 (a1 :: TyFun a a)

    singletons-base Data.Function.Singletons

    No documentation available.

  9. type family IdSym1 (a6989586621679187074 :: a) :: a

    singletons-base Data.Function.Singletons

    No documentation available.

  10. data IdentitySym0 (a1 :: TyFun a Identity a)

    singletons-base Data.Functor.Identity.Singletons

    No documentation available.

Page 187 of many | Previous | Next