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.
clearEnumValueValueNick :: MonadIO m => EnumValue -> m ()gi-gobject GI.GObject.Structs.EnumValue Set the value of the “value_nick” field to Nothing. When overloading is enabled, this is equivalent to
clear #valueNick
getEnumValueValue :: MonadIO m => EnumValue -> m Int32gi-gobject GI.GObject.Structs.EnumValue Get the value of the “value” field. When overloading is enabled, this is equivalent to
get enumValue #value
getEnumValueValueName :: MonadIO m => EnumValue -> m (Maybe Text)gi-gobject GI.GObject.Structs.EnumValue Get the value of the “value_name” field. When overloading is enabled, this is equivalent to
get enumValue #valueName
getEnumValueValueNick :: MonadIO m => EnumValue -> m (Maybe Text)gi-gobject GI.GObject.Structs.EnumValue Get the value of the “value_nick” field. When overloading is enabled, this is equivalent to
get enumValue #valueNick
newZeroEnumValue :: MonadIO m => m EnumValuegi-gobject GI.GObject.Structs.EnumValue Construct a EnumValue struct initialized to zero.
setEnumValueValue :: MonadIO m => EnumValue -> Int32 -> m ()gi-gobject GI.GObject.Structs.EnumValue Set the value of the “value” field. When overloading is enabled, this is equivalent to
set enumValue [ #value := value ]
setEnumValueValueName :: MonadIO m => EnumValue -> CString -> m ()gi-gobject GI.GObject.Structs.EnumValue Set the value of the “value_name” field. When overloading is enabled, this is equivalent to
set enumValue [ #valueName := value ]
setEnumValueValueNick :: MonadIO m => EnumValue -> CString -> m ()gi-gobject GI.GObject.Structs.EnumValue Set the value of the “value_nick” field. When overloading is enabled, this is equivalent to
set enumValue [ #valueNick := value ]
lookupNumericEntity :: String -> Maybe Stringtagsoup Text.HTML.TagSoup.Entity Lookup a numeric entity, the leading '#' must have already been removed.
lookupNumericEntity "65" == Just "A" lookupNumericEntity "x41" == Just "A" lookupNumericEntity "x4E" === Just "N" lookupNumericEntity "x4e" === Just "N" lookupNumericEntity "X4e" === Just "N" lookupNumericEntity "Haskell" == Nothing lookupNumericEntity "" == Nothing lookupNumericEntity "89439085908539082" == Nothing
-
tls Network.TLS No documentation available.