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. OtherNumber :: GeneralCategory

    ghc-internal GHC.Internal.Unicode

    No: Number, Other

  2. isAlphaNum :: Char -> Bool

    ghc-internal GHC.Internal.Unicode

    Selects alphabetic or numeric Unicode characters. Note that numeric digits outside the ASCII range, as well as numeric characters which aren't digits, are selected by this function but not by isDigit. Such characters may be part of identifiers but are not used by the printer and reader to represent numbers, e.g., Roman numerals like V, full-width digits like '1' (aka '65297'). This function returns True if its argument has one of the following GeneralCategorys, or False otherwise:

  3. module GI.Pango.Enums

    No documentation available.

  4. parseEnum :: (HasCallStack, MonadIO m) => GType -> Maybe Text -> Bool -> m (Bool, Int32, Text)

    gi-pango GI.Pango.Functions

    Deprecated: (Since version 1.38)

  5. getGlyphStringNumGlyphs :: MonadIO m => GlyphString -> m Int32

    gi-pango GI.Pango.Structs.GlyphString

    Get the value of the “num_glyphs” field. When overloading is enabled, this is equivalent to

    get glyphString #numGlyphs
    

  6. setGlyphStringNumGlyphs :: MonadIO m => GlyphString -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphString

    Set the value of the “num_glyphs” field. When overloading is enabled, this is equivalent to

    set glyphString [ #numGlyphs := value ]
    

  7. getItemNumChars :: MonadIO m => Item -> m Int32

    gi-pango GI.Pango.Structs.Item

    Get the value of the “num_chars” field. When overloading is enabled, this is equivalent to

    get item #numChars
    

  8. setItemNumChars :: MonadIO m => Item -> Int32 -> m ()

    gi-pango GI.Pango.Structs.Item

    Set the value of the “num_chars” field. When overloading is enabled, this is equivalent to

    set item [ #numChars := value ]
    

  9. pattern LUA_TNUMBER :: TypeCode

    lua Lua

    Type of Lua numbers. See Number

  10. fromNumArgs :: NumArgs -> CInt

    lua Lua

    No documentation available.

Page 247 of many | Previous | Next