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.
-
text-icu Data.Text.ICU.Break A word containing ideographic characters.
-
text-icu Data.Text.ICU.Char Characters that can continue an identifier.
-
text-icu Data.Text.ICU.Char For programmatic determination of Ideographic Description Sequences.
-
text-icu Data.Text.ICU.Char No documentation available.
-
text-icu Data.Text.ICU.Char Characters that can start an identifier.
-
text-icu Data.Text.ICU.Char CJKV ideographs.
IdeographicDescriptionCharacters :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
IdeographicSymbolsAndPunctuation :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
-
text-icu Data.Text.ICU.Collate No documentation available.
module GHC.Internal.Data.Functor.
Identity The identity functor and monad. This trivial type constructor serves two purposes:
- It can be used with functions parameterized by functor or monad classes.
- It can be used as a base monad to which a series of monad transformers may be applied to construct a composite monad. Most monad transformer modules include the special case of applying the transformer to Identity. For example, State s is an abbreviation for StateT s Identity.