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.
-
LambdaHack Game.LambdaHack.Content.ItemKind find a suitable (i.e., not identified) item, starting from the floor, and identify it
-
cabal-install-solver Distribution.Solver.Compat.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
-
cabal-install-solver Distribution.Solver.Compat.Prelude No documentation available.
-
clash-prelude Clash.Signal.Trace No documentation available.
-
classy-prelude-conduit ClassyPrelude.Conduit 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
-
classy-prelude-conduit ClassyPrelude.Conduit No documentation available.
IDouble :: Double -> InfoValuecurl Network.Curl.Info No documentation available.
-
fakedata Faker.Internal.Types No documentation available.
newtype
IdentityT (f :: k -> Type) (a :: k)functor-combinators Data.Functor.Combinator The trivial monad transformer, which maps a monad to an equivalent monad.
IdentityT :: f a -> IdentityT (f :: k -> Type) (a :: k)functor-combinators Data.Functor.Combinator No documentation available.