Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. UnicodeTypeDecimalNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Decimal Digit" (Nd)

  2. UnicodeTypeLetterNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Letter" (Nl)

  3. UnicodeTypeOtherNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Other" (No)

  4. VariantParseErrorNumberOutOfRange :: VariantParseError

    gi-glib GI.GLib.Enums

    the numerical value is out of range of the given type

  5. VariantParseErrorNumberTooBig :: VariantParseError

    gi-glib GI.GLib.Enums

    the numerical value is out of range for any type

  6. catchNumberParserError :: IO a -> (NumberParserError -> GErrorMessage -> IO a) -> IO a

    gi-glib GI.GLib.Enums

    Catch exceptions of type NumberParserError. This is a specialized version of catchGErrorJustDomain.

  7. handleNumberParserError :: (NumberParserError -> GErrorMessage -> IO a) -> IO a -> IO a

    gi-glib GI.GLib.Enums

    Handle exceptions of type NumberParserError. This is a specialized version of handleGErrorJustDomain.

  8. AsciiTypeAlnum :: AsciiType

    gi-glib GI.GLib.Flags

    No description available in the introspection data.

  9. getNumProcessors :: (HasCallStack, MonadIO m) => m Word32

    gi-glib GI.GLib.Functions

    Determine the approximate number of threads that the system will schedule simultaneously for this process. This is intended to be used as a parameter to g_thread_pool_new() for CPU bound tasks and similar cases. Since: 2.36

  10. unicharIsalnum :: (HasCallStack, MonadIO m) => Char -> m Bool

    gi-glib GI.GLib.Functions

    Determines whether a character is alphanumeric. Given some UTF-8 text, obtain a character value with utf8GetChar.

Page 181 of many | Previous | Next