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.
IdeographicSymbolsAndPunctuation :: Blockunicode-data Unicode.Char.General.Blocks U+16FE0..U+16FFF: Ideographic Symbols and Punctuation.
module Unicode.Char.
Identifiers Unicode Identifier and Pattern Syntax property functions based on Unicode Standard Annex #31
-
versions Data.Versions No documentation available.
IdentityCovered :: ItemKindIx -> ContentId ItemKind -> ItemIdentityLambdaHack Game.LambdaHack.Common.Item No documentation available.
IdentityObvious :: ContentId ItemKind -> ItemIdentityLambdaHack Game.LambdaHack.Common.Item No documentation available.
-
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