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.

  1. Ideograph :: Word

    text-icu Data.Text.ICU.Break

    A word containing ideographic characters.

  2. IDContinue :: Bool_

    text-icu Data.Text.ICU.Char

    Characters that can continue an identifier.

  3. IDSBinaryOperator :: Bool_

    text-icu Data.Text.ICU.Char

    For programmatic determination of Ideographic Description Sequences.

  4. IDSTrinaryOperator :: Bool_

    text-icu Data.Text.ICU.Char

    No documentation available.

  5. IDStart :: Bool_

    text-icu Data.Text.ICU.Char

    Characters that can start an identifier.

  6. Ideographic :: Bool_

    text-icu Data.Text.ICU.Char

    CJKV ideographs.

  7. IdeographicDescriptionCharacters :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  8. IdeographicSymbolsAndPunctuation :: BlockCode

    text-icu Data.Text.ICU.Char

    No documentation available.

  9. Identical :: Strength

    text-icu Data.Text.ICU.Collate

    No documentation available.

  10. 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.

Page 189 of many | Previous | Next