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.
-
shakespeare Text.Shakespeare.Base No documentation available.
data
Identical (a :: k) (b :: k1) (s :: k) (t :: k1)diagrams-lib Diagrams.Prelude Provides witness that (s ~ a, b ~ t) holds.
-
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
-
diagrams-lib Diagrams.Prelude No documentation available.
module Test.Syd.Validity.Functions.
Idempotence Standard tests involving validity
module Test.Syd.Validity.Operations.
Identity No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
module Text.XML.HXT.DTDValidation.
IdValidation This module provides functions for checking special IDIDREFIDREFS constraints. Checking special ID/IDREF/IDREFS constraints means:
- checking that all ID values are unique.
- checking that all IDREF/IDREFS values match the value of some ID attribute
data
IdentityT (f :: k -> Type) (a :: k)relude Relude.Monad.Reexport The trivial monad transformer, which maps a monad to an equivalent monad.