Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gio GI.Gio.Structs.Resource Returns all the names of children at the specified path in the resource. The return result is a Nothing terminated list of strings which should be released with strfreev. If path is invalid or does not exist in the Resource, ResourceErrorNotFound will be returned. lookupFlags controls the behaviour of the lookup. Since: 2.32
decodeNum16 :: Num a => ByteString -> anetwork-transport Network.Transport.Internal Decode any Num type from 16 bits by using fromIntegral to convert from a Word16.
decodeNum32 :: Num a => ByteString -> anetwork-transport Network.Transport.Internal Decode any Num type from 32 bits by using fromIntegral to convert from a Word32.
encodeEnum16 :: Enum a => a -> ByteStringnetwork-transport Network.Transport.Internal Encode an Enum in 16 bits by encoding its signed Int equivalent (beware of truncation, an Enum may contain more than 2^16 points).
encodeEnum32 :: Enum a => a -> ByteStringnetwork-transport Network.Transport.Internal Encode an Enum in 32 bits by encoding its signed Int equivalent (beware of truncation, an Enum may contain more than 2^32 points).
tryToEnum :: (Enum a, Bounded a) => Int -> Maybe anetwork-transport Network.Transport.Internal Safe version of toEnum
boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]relude Relude.Enum No documentation available.
boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]relude Relude.Enum No documentation available.
fromEnum :: Enum a => a -> Intrelude Relude.Enum Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
-
relude Relude.Enum Convert from an Int.