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.
-
streaming Streaming No documentation available.
module Basement.Compat.
Identity Identity re-export, with a compat wrapper for older version of base that do not have Data.Functor.Identity
-
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
-
basement Basement.Compat.Identity No documentation available.
class (Additive a, Multiplicative a) =>
IDivisible abasement Basement.Numerical.Multiplicative Represent types that supports an euclidian division
(x ‘div‘ y) * y + (x ‘mod‘ y) == x
module Test.Validity.Functions.
Idempotence Standard tests involving validity
module Test.Validity.Operations.
Identity No documentation available.
-
singletons-base Data.Function.Singletons No documentation available.
type family
IdSym1 (a6989586621679187074 :: a) :: asingletons-base Data.Function.Singletons No documentation available.
data
IdentitySym0 (a1 :: TyFun a Identity a)singletons-base Data.Functor.Identity.Singletons No documentation available.