Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. UnicodeBreakTypeNumeric :: UnicodeBreakType

    gi-glib GI.GLib.Enums

    Numeric (NU)

  2. UnicodeTypeDecimalNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Decimal Digit" (Nd)

  3. UnicodeTypeLetterNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Letter" (Nl)

  4. UnicodeTypeOtherNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Other" (No)

  5. VariantParseErrorNumberOutOfRange :: VariantParseError

    gi-glib GI.GLib.Enums

    the numerical value is out of range of the given type

  6. VariantParseErrorNumberTooBig :: VariantParseError

    gi-glib GI.GLib.Enums

    the numerical value is out of range for any type

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

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

  9. AsciiTypeAlnum :: AsciiType

    gi-glib GI.GLib.Flags

    No description available in the introspection data.

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

Page 181 of many | Previous | Next