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.
OtherNumber :: GeneralCategoryghc-internal GHC.Internal.Unicode No: Number, Other
-
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:
-
No documentation available.
parseEnum :: (HasCallStack, MonadIO m) => GType -> Maybe Text -> Bool -> m (Bool, Int32, Text)gi-pango GI.Pango.Functions Deprecated: (Since version 1.38)
getGlyphStringNumGlyphs :: MonadIO m => GlyphString -> m Int32gi-pango GI.Pango.Structs.GlyphString Get the value of the “num_glyphs” field. When overloading is enabled, this is equivalent to
get glyphString #numGlyphs
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 ]
getItemNumChars :: MonadIO m => Item -> m Int32gi-pango GI.Pango.Structs.Item Get the value of the “num_chars” field. When overloading is enabled, this is equivalent to
get item #numChars
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 ]
pattern
LUA_TNUMBER :: TypeCodelua Lua Type of Lua numbers. See Number
fromNumArgs :: NumArgs -> CIntlua Lua No documentation available.