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.

  1. resourceEnumerateChildren :: (HasCallStack, MonadIO m) => Resource -> Text -> [ResourceLookupFlags] -> m [Text]

    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

  2. decodeNum16 :: Num a => ByteString -> a

    network-transport Network.Transport.Internal

    Decode any Num type from 16 bits by using fromIntegral to convert from a Word16.

  3. decodeNum32 :: Num a => ByteString -> a

    network-transport Network.Transport.Internal

    Decode any Num type from 32 bits by using fromIntegral to convert from a Word32.

  4. encodeEnum16 :: Enum a => a -> ByteString

    network-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).

  5. encodeEnum32 :: Enum a => a -> ByteString

    network-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).

  6. tryToEnum :: (Enum a, Bounded a) => Int -> Maybe a

    network-transport Network.Transport.Internal

    Safe version of toEnum

  7. boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]

    relude Relude.Enum

    No documentation available.

  8. boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    relude Relude.Enum

    No documentation available.

  9. fromEnum :: Enum a => a -> Int

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

  10. toEnum :: Enum a => Int -> a

    relude Relude.Enum

    Convert from an Int.

Page 123 of many | Previous | Next