Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. module GI.GLib.Enums

    No documentation available.

  2. AnotherNumberParserError :: Int -> NumberParserError

    gi-glib GI.GLib.Enums

    Catch-all for unknown values

  3. RegexErrorNumberTooBig :: RegexError

    gi-glib GI.GLib.Enums

    number is too big in escape sequence. Since: 2.34

  4. UnicodeBreakTypeNumeric :: UnicodeBreakType

    gi-glib GI.GLib.Enums

    Numeric (NU)

  5. UnicodeTypeDecimalNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Decimal Digit" (Nd)

  6. UnicodeTypeLetterNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Letter" (Nl)

  7. UnicodeTypeOtherNumber :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Number, Other" (No)

  8. VariantParseErrorNumberOutOfRange :: VariantParseError

    gi-glib GI.GLib.Enums

    the numerical value is out of range of the given type

  9. VariantParseErrorNumberTooBig :: VariantParseError

    gi-glib GI.GLib.Enums

    the numerical value is out of range for any type

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

Page 178 of many | Previous | Next