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.
UnicodeTypeDecimalNumber :: UnicodeTypegi-glib GI.GLib.Enums General category "Number, Decimal Digit" (Nd)
UnicodeTypeLetterNumber :: UnicodeTypegi-glib GI.GLib.Enums General category "Number, Letter" (Nl)
UnicodeTypeOtherNumber :: UnicodeTypegi-glib GI.GLib.Enums General category "Number, Other" (No)
VariantParseErrorNumberOutOfRange :: VariantParseErrorgi-glib GI.GLib.Enums the numerical value is out of range of the given type
VariantParseErrorNumberTooBig :: VariantParseErrorgi-glib GI.GLib.Enums the numerical value is out of range for any type
catchNumberParserError :: IO a -> (NumberParserError -> GErrorMessage -> IO a) -> IO agi-glib GI.GLib.Enums Catch exceptions of type NumberParserError. This is a specialized version of catchGErrorJustDomain.
handleNumberParserError :: (NumberParserError -> GErrorMessage -> IO a) -> IO a -> IO agi-glib GI.GLib.Enums Handle exceptions of type NumberParserError. This is a specialized version of handleGErrorJustDomain.
-
gi-glib GI.GLib.Flags No description available in the introspection data.
getNumProcessors :: (HasCallStack, MonadIO m) => m Word32gi-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
unicharIsalnum :: (HasCallStack, MonadIO m) => Char -> m Boolgi-glib GI.GLib.Functions Determines whether a character is alphanumeric. Given some UTF-8 text, obtain a character value with utf8GetChar.